.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:248,0,122;--color-primary-1:244,0,48;--color-primary-2:239,0,69;--color-primary-3:216,1,43;--color-primary-4:217,0,115;--color-secondary-0:1,45,105;--color-secondary-1:16,6,77;--color-secondary-2:2,13,76;--color-secondary-3:0,13,44;--color-secondary-4:0,7,43;--color-tertiary-0:255,255,255;--color-tertiary-1:234,221,236;--color-tertiary-2:128,128,128;--color-tertiary-3:112,112,112;--color-tertiary-4:0,0,0;--headlines-font-family:"arial";--paragraphs-font-family:"arial"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);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); }#nvykyuapxQyHZ4qA6eHB9lpnXTB4Ooob { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e6ca16c4-d26e-4007-b23d-3905e917494f/PLANTILLAHOMNELANDINGPAGE.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#nvykyuapxQyHZ4qA6eHB9lpnXTB4Ooob.adaptive-delivery-prevent-bg, #nvykyuapxQyHZ4qA6eHB9lpnXTB4Ooob.lazyload, #nvykyuapxQyHZ4qA6eHB9lpnXTB4Ooob.lazyloading { background-image: none; }#nvykyuapxQyHZ4qA6eHB9lpnXTB4Ooob > .row .container { background-color: transparent; background-image: none; }#nvykyuapxQyHZ4qA6eHB9lpnXTB4Ooob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvykyuapxQyHZ4qA6eHB9lpnXTB4Ooob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvykyuapxQyHZ4qA6eHB9lpnXTB4Ooob > .row .container > .video-iframe-container { display: none; }#nvykyuapxQyHZ4qA6eHB9lpnXTB4Ooob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvykyuapxQyHZ4qA6eHB9lpnXTB4Ooob > .row > .video-iframe-container { display: none; }#nvykyuapxQyHZ4qA6eHB9lpnXTB4Ooob > .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); }#nvykyuapxQyHZ4qA6eHB9lpnXTB4Ooob > .row .container { border-width: 0; border-radius: 0; }#nvykyuapxQyHZ4qA6eHB9lpnXTB4Ooob > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nvykyuapxQyHZ4qA6eHB9lpnXTB4Ooob > .row .container { width:60rem;height:73.5rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#n8zwzwUTdcBTqk05Uac8Gvx4tXXz6Rc8 { position:absolute;display:block;z-index:15149;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.1875rem;width:8.1875rem;top:8.0625rem;left:46.21875rem;overflow:hidden;display:block; }
#zf8gULSCb1LvoR8ZDHGf7Bh7XkZIBxwR { background-color:#09aadf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.558625rem;height:3.4375rem;text-decoration:none;z-index:15142;text-align:center;text-align-last:center;top:67.28125rem;left:21.31396484375rem;display:block; }
#tpCL68y9G0lsUrnWh01v39e1vlTCKGkZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OF4KStF1gimOap0oqztKCKPG4EsWABnS { color:#031b38;display:block;width:60rem;position:absolute;font-family:raleway;font-size:6.5rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:26.1982421875rem;left:0rem;height:8.4496875rem;text-align:center;text-align-last:center;display:block; }
#XSpRGxvRpXVlUIvcFFiQw16aatl5tHUv { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15135;line-height:1.3;letter-spacing:0;top:23.8935546875rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#mlzTEbJn1BCB7iHA5TJ5bCFH2wXNd9Dz { position:absolute;display:block;z-index:15146;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:15.3125rem;width:27.625rem;top:3.75rem;left:17.15576171875rem;overflow:hidden;display:block; }
#lgqT7H9cltBDxqa6BA4GcolI7TlQSxrA { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:15136;line-height:1.3;letter-spacing:0;top:33.9599609375rem;left:0rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#RrNux32GJOiIJxrrDte8A0k002GVwDIW { color:#031b38;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15138;line-height:1.3;letter-spacing:0;top:60.34375rem;left:0rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#tBm6vWqkeTTF1acq7BistrePhNRU9TZG { color:#3874bc;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:normal;z-index:15135;line-height:1.3;letter-spacing:0;top:47.9130859375rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#DPhhcaDSQRKksAwFh4U2mTdBaSCuxzxF { color:#3874bc;display:block;width:60rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:normal;z-index:15136;line-height:1.3;letter-spacing:0;top:43.1005859375rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#AJpndLbumhwrLNMKfn46PnEPmubuggiC { color:rgba(var(--color-tertiary-0),1);display:block;width:46.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15151;line-height:1.3;letter-spacing:0;top:56.99365234375rem;left:8.12451171875rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#bP0XTLt8qfPKOqsknE0yduXIM0dgZcCy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#bP0XTLt8qfPKOqsknE0yduXIM0dgZcCy > .row .container { background-color: transparent; background-image: none; }#bP0XTLt8qfPKOqsknE0yduXIM0dgZcCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bP0XTLt8qfPKOqsknE0yduXIM0dgZcCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bP0XTLt8qfPKOqsknE0yduXIM0dgZcCy > .row .container > .video-iframe-container { display: none; }#bP0XTLt8qfPKOqsknE0yduXIM0dgZcCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bP0XTLt8qfPKOqsknE0yduXIM0dgZcCy > .row > .video-iframe-container { display: none; }#bP0XTLt8qfPKOqsknE0yduXIM0dgZcCy > .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); }#bP0XTLt8qfPKOqsknE0yduXIM0dgZcCy > .row .container { border-width: 0; border-radius: 0; }#bP0XTLt8qfPKOqsknE0yduXIM0dgZcCy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bP0XTLt8qfPKOqsknE0yduXIM0dgZcCy > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:75.5rem;width:60rem;position:relative;display:block; }#OguKLR5UviefbrNkEhXET095zQtmByaT { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:7.625rem;left:0rem;height:5.5234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IBEJc8u486bpzF1xRIranOxGIyV0THXS { color:#4c4c4c;display:block;width:60rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rfVT4wNGuW1f7HoRz1CJA6DE4r04S29Q { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:29.0625rem;left:4.5rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LySoGLdkmQR5ZofQwZ2nwGEPnluE6P5c { color:rgba(var(--color-tertiary-3),1);display:block;width:29.125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:32.30322265625rem;left:1.9375rem;height:9.666rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RGoqft33G0MbO2TsPUK5JZ7TiCx4r5g4 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:59.1875rem;left:5.03125rem;height:6.9043125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zXR5WUaZ60XxdeoiEXA1IXpdMLtJ7wpp { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:56.125rem;left:5.03125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#doxl0SViyZdRhF9Fsn1LxMVsC4i8Wlib { color:rgba(var(--color-tertiary-3),1);display:block;width:19.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:59.94287109375rem;left:37.875rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#znbqmJxIhpUNcE3amuFmxhoMCSaiGC3v { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:56.125rem;left:37.1875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UJSlEiwg3PSRvzoDPT3Slyhhyx0ol5GI { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:15.6875rem;left:8.75rem;display:block; }
#SSkSR3U6Me5gCPk2gUbQTTLMKMLJ9wal { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:43.28125rem;left:8.8125rem;display:block; }
#DLo9Z8g5yg7pW6SEup80656z7SuMKP3G { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:42.53125rem;left:40.21875rem;display:block; }
#CM9XZAkA7UcATqCl0Ri4LGNxK0K0Ug7o { position:absolute;display:block;z-index:15017;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.625rem;width:9.625rem;top:44.71875rem;left:10.375rem;overflow:hidden;display:block; }
#oVT9iWREbAdJPGZBVTJKZwAGELemtpIy { position:absolute;display:block;z-index:15018;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.625rem;width:9.625rem;top:43.40625rem;left:41.84375rem;overflow:hidden;display:block; }
#rl90QZ1rvkSmz0dJasFypMr8iDsAJStf { position:absolute;display:block;z-index:15019;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.625rem;width:9.625rem;top:17.125rem;left:41.77880859375rem;overflow:hidden;display:block; }
#p0IcDZXMu9xmBmcXnl2STQ03M2JMwy8Z { background-color:#fd8902;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.558625rem;height:3.4375rem;text-decoration:none;z-index:15142;text-align:center;text-align-last:center;top:70.0625rem;left:20.5625rem;display:block; }
#hemdsATUIi9x43wwkxHOk4S9x2mXEETV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EMHgJQ47o7uIqhXdHKmDW9lTMGt2AKLg { color:rgba(var(--color-tertiary-3),1);display:block;width:19.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:32.30322265625rem;left:37.1875rem;height:6.9043125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uhUFFbCOKqP061WWufrqV5s2cBvhEwzU { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:29.0625rem;left:37.875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HZ2umilB79iZFcRQ0339g8lN3vN4tT86 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:15.6875rem;left:40.34130859375rem;display:block; }
#nwJiEaO6PJWDnDQxD7IfbVDxn66A5gMo { position:absolute;display:block;z-index:15143;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:11.125rem;width:11.125rem;top:16.1875rem;left:10.0625rem;overflow:hidden;display:block; }
#FWRglNNpQ66zHu7d8ERVxetht8bIQmPe { color:#4ba7ed;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15144;line-height:1.3;letter-spacing:0;top:13.88720703125rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#GUyHaqWoeXd5C0Nbql6lbKRycm3kxxe2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f9ec9;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; }#GUyHaqWoeXd5C0Nbql6lbKRycm3kxxe2 > .row .container { background-color: transparent; background-image: none; }#GUyHaqWoeXd5C0Nbql6lbKRycm3kxxe2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUyHaqWoeXd5C0Nbql6lbKRycm3kxxe2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUyHaqWoeXd5C0Nbql6lbKRycm3kxxe2 > .row .container > .video-iframe-container { display: none; }#GUyHaqWoeXd5C0Nbql6lbKRycm3kxxe2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUyHaqWoeXd5C0Nbql6lbKRycm3kxxe2 > .row > .video-iframe-container { display: none; }#GUyHaqWoeXd5C0Nbql6lbKRycm3kxxe2 > .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); }#GUyHaqWoeXd5C0Nbql6lbKRycm3kxxe2 > .row .container { border-width: 0; border-radius: 0; }#GUyHaqWoeXd5C0Nbql6lbKRycm3kxxe2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GUyHaqWoeXd5C0Nbql6lbKRycm3kxxe2 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:34.375rem;width:60rem;position:relative;display:block; }#s0o8GHJtxXUdtvfRZLAuHZfAzWIxf0po { color:#031b38;display:block;width:28.4375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:10.59375rem;left:4.4677734375rem;height:3.73730625rem;text-align:center;text-align-last:center;display:block; }
#LePW3J0uaA2KIclos9mgT2mniuOqcGMk { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15114;line-height:1.3;letter-spacing:0;top:16.6181640625rem;left:2.4052734375rem;height:11.375rem;text-align:center;text-align-last:center;display:block; }
#GERl6QGzPdCBhJciXolCmZvf1TzIg7DM { position:absolute;display:block;z-index:15115;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:25.0625rem;width:25.0625rem;top:6.15625rem;left:34.9375rem;overflow:hidden;display:block; }
#TnNNkC8DSPWQaJng3rbauW0CHWcdsnez { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5605625rem;height:3.4375rem;text-decoration:none;z-index:15124;text-align:center;text-align-last:center;top:30.03125rem;left:8.4052734375rem;display:block; }
#LISHROzOmfXwSBPF9vGdcsa5oWqxsT3D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rReXiUzELswvUhnaXcnhMU6rNZHNJKRJ { color:#031b38;display:block;width:26.6875rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:27.3681640625rem;left:6.9365234375rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#RLLTgfr0HoLrlz8mGk90SGaHMaoLZCbH { position:absolute;display:block;z-index:15125;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:6.375rem;width:21.875rem;top:3.0810546875rem;left:10.0615234375rem;overflow:hidden;display:block; }
#uv3MfHJQ91rwVFiwwBVqASbg8eN4t883 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050002;background-image:url("https://images.assets-landingi.com/uc/e0e83c98-00bb-4376-bcd7-9c1fe19f94ef/PRODUCTOS.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; }#uv3MfHJQ91rwVFiwwBVqASbg8eN4t883.adaptive-delivery-prevent-bg, #uv3MfHJQ91rwVFiwwBVqASbg8eN4t883.lazyload, #uv3MfHJQ91rwVFiwwBVqASbg8eN4t883.lazyloading { background-image: none; }#uv3MfHJQ91rwVFiwwBVqASbg8eN4t883 > .row .container { background-color: transparent; background-image: none; }#uv3MfHJQ91rwVFiwwBVqASbg8eN4t883::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uv3MfHJQ91rwVFiwwBVqASbg8eN4t883 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uv3MfHJQ91rwVFiwwBVqASbg8eN4t883 > .row .container > .video-iframe-container { display: none; }#uv3MfHJQ91rwVFiwwBVqASbg8eN4t883 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uv3MfHJQ91rwVFiwwBVqASbg8eN4t883 > .row > .video-iframe-container { display: none; }#uv3MfHJQ91rwVFiwwBVqASbg8eN4t883 > .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); }#uv3MfHJQ91rwVFiwwBVqASbg8eN4t883 > .row .container { border-width: 0; border-radius: 0; }#uv3MfHJQ91rwVFiwwBVqASbg8eN4t883 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uv3MfHJQ91rwVFiwwBVqASbg8eN4t883 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:34.9375rem;width:60rem;position:relative;display:block; }#b8yi5k9xDMZphWBmsTR5KI6dwU9AwLxg { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:12.39453125rem;left:0rem;height:3.0874rem;text-align:center;text-align-last:center;display:block; }
#wouFykR8Sw517GIGA3vpR8yO5mCWD0aP { position:relative;display:block; }#wouFykR8Sw517GIGA3vpR8yO5mCWD0aP { background-color: transparent; background-image: none; }#wouFykR8Sw517GIGA3vpR8yO5mCWD0aP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wouFykR8Sw517GIGA3vpR8yO5mCWD0aP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wouFykR8Sw517GIGA3vpR8yO5mCWD0aP > .row .container > .video-iframe-container { display: none; }#wouFykR8Sw517GIGA3vpR8yO5mCWD0aP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wouFykR8Sw517GIGA3vpR8yO5mCWD0aP > .row > .video-iframe-container { display: none; }#wouFykR8Sw517GIGA3vpR8yO5mCWD0aP > .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); }#wouFykR8Sw517GIGA3vpR8yO5mCWD0aP { border-width: 0; border-radius: 0; }#wouFykR8Sw517GIGA3vpR8yO5mCWD0aP > .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; }#wouFykR8Sw517GIGA3vpR8yO5mCWD0aP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:1.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nhdEHwTpM1V0IlGhPlifaNfBiHR8X550 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);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; }#nhdEHwTpM1V0IlGhPlifaNfBiHR8X550 > .row .container { background-color: transparent; background-image: none; }#nhdEHwTpM1V0IlGhPlifaNfBiHR8X550::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhdEHwTpM1V0IlGhPlifaNfBiHR8X550 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhdEHwTpM1V0IlGhPlifaNfBiHR8X550 > .row .container > .video-iframe-container { display: none; }#nhdEHwTpM1V0IlGhPlifaNfBiHR8X550 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhdEHwTpM1V0IlGhPlifaNfBiHR8X550 > .row > .video-iframe-container { display: none; }#nhdEHwTpM1V0IlGhPlifaNfBiHR8X550 > .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); }#nhdEHwTpM1V0IlGhPlifaNfBiHR8X550 > .row .container { border-width: 0; border-radius: 0; }#nhdEHwTpM1V0IlGhPlifaNfBiHR8X550 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nhdEHwTpM1V0IlGhPlifaNfBiHR8X550 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:139.375rem;width:60rem;position:relative;display:block; }#BhzQhqCoe0qT9CswJghp8y41MvE0uzvh { color:#1f8fee;display:block;width:44.5rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:5.09375rem;left:8.40625rem;height:3.73730625rem;text-align:center;text-align-last:center;display:block; }
#bxXgTVHhib6ip7X4FhG7tXQH06kKWlDy { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15114;line-height:1.3;letter-spacing:0;top:109.443359375rem;left:12.96875rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#LfbcHC9EO2K2hWPzFxRX1P1zLVdP7BKx { position:absolute;display:block;z-index:15115;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.125rem;width:19.125rem;top:27.1875rem;left:1.59375rem;overflow:hidden;display:block; }
#uz1518aXkqmTXltf4s8Q6ezzOTsLGo4S { background-color:#1f8fee;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5605625rem;height:3.4375rem;text-decoration:none;z-index:15124;text-align:center;text-align-last:center;top:125.6875rem;left:18.25rem;display:block; }
#XsKVoeOWz9paWnP7MJyHUxW5FEgTITqc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PS4zGqJTP9C4W1JD4xrdCZC1VKEKsCHy { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15135;line-height:1.5;letter-spacing:0;top:19.5rem;left:26.498046875rem;height:45rem;text-align:left;text-align-last:left;display:block; }
#IglNKAhEe1HcdLfqV52wBOaenTCzU2em { 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:14.8125rem;width:14.8125rem;top:66.875rem;left:21.1240234375rem;overflow:hidden;display:block; }
#uTcgNopMRVaPLFi3xNWTEGyTMnScX9qo { 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:44.375rem;width:60rem;top:95rem;left:0rem;overflow:hidden;display:block; }
#CQ5wWZ6wJOJPHagtURXn1pvpcxA6lRcu { color:#1f8fee;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15136;line-height:1.3;letter-spacing:0;top:83.25rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#TNTcB6OJvCHAXL493FCcf1Z6z4XDioUs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15137;opacity:1;top:19.5rem;left:24.40625rem; }
#SFwMDh6Z1MyGPfgFl8V5w5z9mPF4T2IO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15138;opacity:1;top:21.625rem;left:24.40625rem; }
#KvoiPACR84XryD5PHqeQ2cL0cEUE2kVl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15139;opacity:1;top:23.625rem;left:24.40625rem; }
#k5LiJg9g2NfDyRLa3OXcfC6ADQknuyD1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15141;opacity:1;top:27.1875rem;left:24.40625rem; }
#pgDuniyLUyu6INS3lOqANFcQfqEEtRKx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:25.75rem;left:24.40625rem; }
#lAl63eTzxykoS5WvbHkTeacVUQF90Zgv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15141;opacity:1;top:63.125rem;left:24.40625rem; }
#Em2wzZUl4XcIxwVsv7bH1arNNztALWDk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:60.8125rem;left:24.40625rem; }
#sS5tIsD44SBuLzBQNfXq2heb8MWpZibM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:59.4375rem;left:24.40625rem; }
#VkScOSXToQGq3ks8dC3BEdNKs3z9fLeb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:57rem;left:24.40625rem; }
#PWkDT4oJ4AAhQAmO6iTL6LuWIT6fahUo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:55.5625rem;left:24.40625rem; }
#RXVukeCRwtJioeuqT4amOz72EzM9rtVm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15146;opacity:1;top:53.3125rem;left:24.40625rem; }
#LWcwq53Kh32bAKrEbyLrpFiakXmWSSBQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15147;opacity:1;top:51.125rem;left:24.40625rem; }
#bwFwWcU71ZrDUQuCaMbdiGeK13b4aGoF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15148;opacity:1;top:49.6875rem;left:24.40625rem; }
#clGWEz9F5DcsFQDrNTUSAePmihMqihQA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15149;opacity:1;top:47.8125rem;left:24.40625rem; }
#V9llHdDAJ1x8qKd7iqJpIACxSuq1nsbX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15150;opacity:1;top:46.5625rem;left:24.40625rem; }
#XGkNRneO1Ty4ntR7Wq9W8GSINm3oKmQL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15151;opacity:1;top:44.5rem;left:24.40625rem; }
#NCsFuIPp8HS1h8bvAWAgJ3PzcQVmwyui { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15152;opacity:1;top:43.125rem;left:24.40625rem; }
#aXXU4bLEOImthayIJO6dn0rt5u8HlhoA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15153;opacity:1;top:40.75rem;left:24.40625rem; }
#lkRx9swVSCObFVJMzhgoOxXHDnyg2rld { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15154;opacity:1;top:38.34375rem;left:24.40625rem; }
#TvHiTPQyt3NIAqZuadP9gzeLiHq1NZmp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15155;opacity:1;top:36.90625rem;left:24.40625rem; }
#VWczsiIBUbLftqmXe3SqO3gFsvWIhZwZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15156;opacity:1;top:34.5rem;left:24.40625rem; }
#D2ixPLEZfgTcQzFnIoytf568L6MMEDRM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15157;opacity:1;top:33.0625rem;left:24.40625rem; }
#kvHBZKKNNFGv6Aayo97H1RXPuHTw5AoB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:30.625rem;left:24.40625rem; }
#Ef3Vb2Gsqls7g7Zq6UMvIGXMWpZyHEh0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15159;opacity:1;top:29.1875rem;left:24.40625rem; }
#qoh67o1UPmxCxpFNM3O8abgARyCJ3U8e { position:absolute;display:block;z-index:15160;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:15.5625rem;width:15.5625rem;top:90rem;left:21.625rem;overflow:hidden;display:block; }
#sBN5TWPprHEwK2BpnFtraSOlBQmzWbCl { position:relative;display:block; }#sBN5TWPprHEwK2BpnFtraSOlBQmzWbCl { background-color: transparent; background-image: none; }#sBN5TWPprHEwK2BpnFtraSOlBQmzWbCl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBN5TWPprHEwK2BpnFtraSOlBQmzWbCl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBN5TWPprHEwK2BpnFtraSOlBQmzWbCl > .row .container > .video-iframe-container { display: none; }#sBN5TWPprHEwK2BpnFtraSOlBQmzWbCl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBN5TWPprHEwK2BpnFtraSOlBQmzWbCl > .row > .video-iframe-container { display: none; }#sBN5TWPprHEwK2BpnFtraSOlBQmzWbCl > .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); }#sBN5TWPprHEwK2BpnFtraSOlBQmzWbCl { border-width: 0; border-radius: 0; }#sBN5TWPprHEwK2BpnFtraSOlBQmzWbCl > .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; }#sBN5TWPprHEwK2BpnFtraSOlBQmzWbCl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:1.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#O7r8pXysNChreTWope1kdFUnPRQGHqTr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);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; }#O7r8pXysNChreTWope1kdFUnPRQGHqTr > .row .container { background-color: transparent; background-image: none; }#O7r8pXysNChreTWope1kdFUnPRQGHqTr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7r8pXysNChreTWope1kdFUnPRQGHqTr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7r8pXysNChreTWope1kdFUnPRQGHqTr > .row .container > .video-iframe-container { display: none; }#O7r8pXysNChreTWope1kdFUnPRQGHqTr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7r8pXysNChreTWope1kdFUnPRQGHqTr > .row > .video-iframe-container { display: none; }#O7r8pXysNChreTWope1kdFUnPRQGHqTr > .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); }#O7r8pXysNChreTWope1kdFUnPRQGHqTr > .row .container { border-width: 0; border-radius: 0; }#O7r8pXysNChreTWope1kdFUnPRQGHqTr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O7r8pXysNChreTWope1kdFUnPRQGHqTr > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:34.375rem;width:60rem;position:relative;display:block; }#OXPOvRRMRRdt6C7lsUffUQ1TsymAvzNX { color:#fdb633;display:block;width:24.625rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:9.78125rem;left:29.9990234375rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#FpSfk8rrB7bkWglTqu1DnnkyV0OZKiyn { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15114;line-height:1.3;letter-spacing:0;top:13.03125rem;left:26.0302734375rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#yPztqURIXtIET7bLiToAp1AULAAkwXIS { position:absolute;display:block;z-index:15115;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:25.0625rem;width:25.0625rem;top:3.625rem;left:0.6875rem;overflow:hidden;display:block; }
#tVf7C38mcvMvp1NItNWc8PTKgyw5QpJT { color:#fdb633;display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:24.375rem;left:30.5615234375rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#Bhd3wJz3DIBZhhst96vp9GpTvyWEFt1m { position:absolute;display:block;z-index:15125;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.875rem;width:7.875rem;top:0.71875rem;left:38.1875rem;overflow:hidden;display:block; }
#ohGIkX8VfFZJATksNFy1sKDtPvKSLVy9 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5605625rem;height:3.4375rem;text-decoration:none;z-index:15125;text-align:center;text-align-last:center;top:26.880859375rem;left:31.25rem;display:block; }
#hTz6WRzkRyXvVzmf8auATibKBOxVxRFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qx5Z3poscZsVb32IiEULdSq2MtX3MVLD { position:relative;display:block; }#qx5Z3poscZsVb32IiEULdSq2MtX3MVLD { background-color: transparent; background-image: none; }#qx5Z3poscZsVb32IiEULdSq2MtX3MVLD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qx5Z3poscZsVb32IiEULdSq2MtX3MVLD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qx5Z3poscZsVb32IiEULdSq2MtX3MVLD > .row .container > .video-iframe-container { display: none; }#qx5Z3poscZsVb32IiEULdSq2MtX3MVLD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qx5Z3poscZsVb32IiEULdSq2MtX3MVLD > .row > .video-iframe-container { display: none; }#qx5Z3poscZsVb32IiEULdSq2MtX3MVLD > .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); }#qx5Z3poscZsVb32IiEULdSq2MtX3MVLD { border-width: 0; border-radius: 0; }#qx5Z3poscZsVb32IiEULdSq2MtX3MVLD > .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; }#qx5Z3poscZsVb32IiEULdSq2MtX3MVLD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:1.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#osWaK9oKpn5hBcVbGopt89SPTXrqEEdi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#220346;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; }#osWaK9oKpn5hBcVbGopt89SPTXrqEEdi > .row .container { background-color: transparent; background-image: none; }#osWaK9oKpn5hBcVbGopt89SPTXrqEEdi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osWaK9oKpn5hBcVbGopt89SPTXrqEEdi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osWaK9oKpn5hBcVbGopt89SPTXrqEEdi > .row .container > .video-iframe-container { display: none; }#osWaK9oKpn5hBcVbGopt89SPTXrqEEdi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osWaK9oKpn5hBcVbGopt89SPTXrqEEdi > .row > .video-iframe-container { display: none; }#osWaK9oKpn5hBcVbGopt89SPTXrqEEdi > .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); }#osWaK9oKpn5hBcVbGopt89SPTXrqEEdi > .row .container { border-width: 0; border-radius: 0; }#osWaK9oKpn5hBcVbGopt89SPTXrqEEdi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#osWaK9oKpn5hBcVbGopt89SPTXrqEEdi > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:53.4375rem;width:60rem;position:relative;display:block; }#G33UQ1mq50No0bzF2yRlHwxVObZxtUgI { color:#fb3d7c;display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:11.46875rem;left:4.4677734375rem;height:3.73730625rem;text-align:center;text-align-last:center;display:block; }
#KRmfTfP1Sl9tPJyDrmvgaGKEoJAiBwWg { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15114;line-height:1.3;letter-spacing:0;top:18.1875rem;left:1.6552734375rem;height:21.125rem;text-align:center;text-align-last:center;display:block; }
#lyor6GCaDgk2KRN1IJu7ud6DPP7fclH7 { position:absolute;display:block;z-index:15115;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:25.0625rem;width:25.0625rem;top:6.15625rem;left:34.9375rem;overflow:hidden;display:block; }
#PdXfMu6l2gOLpM01LTNeiM8RR7q8Tikw { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5605625rem;height:3.4375rem;text-decoration:none;z-index:15124;text-align:center;text-align-last:center;top:47.53125rem;left:8.4052734375rem;display:block; }
#kxh4SrqLoDZWVpcO85rqWvKTv7sGXB2n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o1CmvroLFQEAvzQeI7rZ0LN60BS7vyIB { color:#fb3d7c;display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:43.8681640625rem;left:6.9365234375rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#hNxnFI60HABvgf3ixcKMayiEl5oicpAl { position:absolute;display:block;z-index:15126;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.875rem;width:7.875rem;top:2.09375rem;left:13.9990234375rem;overflow:hidden;display:block; }
#ecbv47uzkQ5TgVLcMaa4B5VI07HnDgeI { position:absolute;display:block;z-index:15156;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:3.0625rem;width:6.125rem;top:4.5rem;left:43.7490234375rem;overflow:hidden;display:block; }
#uulOHTfyXaTbQlHGX5MpU2GgbIHMpeZA { position:relative;display:block; }#uulOHTfyXaTbQlHGX5MpU2GgbIHMpeZA { background-color: transparent; background-image: none; }#uulOHTfyXaTbQlHGX5MpU2GgbIHMpeZA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uulOHTfyXaTbQlHGX5MpU2GgbIHMpeZA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uulOHTfyXaTbQlHGX5MpU2GgbIHMpeZA > .row .container > .video-iframe-container { display: none; }#uulOHTfyXaTbQlHGX5MpU2GgbIHMpeZA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uulOHTfyXaTbQlHGX5MpU2GgbIHMpeZA > .row > .video-iframe-container { display: none; }#uulOHTfyXaTbQlHGX5MpU2GgbIHMpeZA > .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); }#uulOHTfyXaTbQlHGX5MpU2GgbIHMpeZA { border-width: 0; border-radius: 0; }#uulOHTfyXaTbQlHGX5MpU2GgbIHMpeZA > .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; }#uulOHTfyXaTbQlHGX5MpU2GgbIHMpeZA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:1.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#F1hohoARoeIW8aSEBigoscRZHgCLIL8Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3d0c51;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; }#F1hohoARoeIW8aSEBigoscRZHgCLIL8Z > .row .container { background-color: transparent; background-image: none; }#F1hohoARoeIW8aSEBigoscRZHgCLIL8Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1hohoARoeIW8aSEBigoscRZHgCLIL8Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1hohoARoeIW8aSEBigoscRZHgCLIL8Z > .row .container > .video-iframe-container { display: none; }#F1hohoARoeIW8aSEBigoscRZHgCLIL8Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1hohoARoeIW8aSEBigoscRZHgCLIL8Z > .row > .video-iframe-container { display: none; }#F1hohoARoeIW8aSEBigoscRZHgCLIL8Z > .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); }#F1hohoARoeIW8aSEBigoscRZHgCLIL8Z > .row .container { border-width: 0; border-radius: 0; }#F1hohoARoeIW8aSEBigoscRZHgCLIL8Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F1hohoARoeIW8aSEBigoscRZHgCLIL8Z > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:34.9375rem;width:60rem;position:relative;display:block; }#yyTakgS4czwqQKCe3TsELm6JSUKdevLv { color:#fec859;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:9.9375rem;left:3.15625rem;height:3.73730625rem;text-align:center;text-align-last:center;display:block; }
#PXM3townGeLRPIWrZ9uRdZwSm5kXfFJ5 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15114;line-height:1.3;letter-spacing:0;top:20.0625rem;left:2.4052734375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#w5r19UrTo0NSox3EieMITm5ooSvPczLv { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5605625rem;height:3.4375rem;text-decoration:none;z-index:15124;text-align:center;text-align-last:center;top:28.34375rem;left:8.4052734375rem;display:block; }
#ytzKr7O7w0qSeUzEOiegZUBSubm7aph3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aUmnbGv0L3d7t7kG9EsmyTTLxQu4zIyo { color:#fec859;display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:25.6181640625rem;left:6.9365234375rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#AXM3XHLtVoro8eQaKlPRdn4VG6rEDntd { position:absolute;display:block;z-index:15127;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:4.625rem;width:24.9375rem;top:14.2109375rem;left:5.1865234375rem;overflow:hidden;display:block; }
#x5V3hS4HJQdATRlG9BCilL2dycT0MbOB { position:absolute;display:block;z-index:15128;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.0625rem;width:7.0625rem;top:11.8359375rem;left:27.9677734375rem;overflow:hidden;display:block; }
#mE2BzoCWGwERfaLTOsIz6PfhEiJyouRT { position:absolute;display:block;z-index:15129;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.5625rem;width:18.5625rem;top:9.9375rem;left:40.125rem;overflow:hidden;display:block; }
#pTCnLqUaHcJTU9Hx2ySxoohHax9eHrBL { position:absolute;display:block;z-index:15126;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.9375rem;width:20.6875rem;top:2.8125rem;left:6.875rem;overflow:hidden;display:block; }
#ONlrSDXtQbNOwgnRICyN7BMTV0w2TuqI { position:relative;display:block; }#ONlrSDXtQbNOwgnRICyN7BMTV0w2TuqI { background-color: transparent; background-image: none; }#ONlrSDXtQbNOwgnRICyN7BMTV0w2TuqI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONlrSDXtQbNOwgnRICyN7BMTV0w2TuqI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONlrSDXtQbNOwgnRICyN7BMTV0w2TuqI > .row .container > .video-iframe-container { display: none; }#ONlrSDXtQbNOwgnRICyN7BMTV0w2TuqI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONlrSDXtQbNOwgnRICyN7BMTV0w2TuqI > .row > .video-iframe-container { display: none; }#ONlrSDXtQbNOwgnRICyN7BMTV0w2TuqI > .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); }#ONlrSDXtQbNOwgnRICyN7BMTV0w2TuqI { border-width: 0; border-radius: 0; }#ONlrSDXtQbNOwgnRICyN7BMTV0w2TuqI > .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; }#ONlrSDXtQbNOwgnRICyN7BMTV0w2TuqI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:1.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GLu0tRFbEW8BIpIRMkq40ThzkkifxmU7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);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; }#GLu0tRFbEW8BIpIRMkq40ThzkkifxmU7 > .row .container { background-color: transparent; background-image: none; }#GLu0tRFbEW8BIpIRMkq40ThzkkifxmU7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLu0tRFbEW8BIpIRMkq40ThzkkifxmU7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLu0tRFbEW8BIpIRMkq40ThzkkifxmU7 > .row .container > .video-iframe-container { display: none; }#GLu0tRFbEW8BIpIRMkq40ThzkkifxmU7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLu0tRFbEW8BIpIRMkq40ThzkkifxmU7 > .row > .video-iframe-container { display: none; }#GLu0tRFbEW8BIpIRMkq40ThzkkifxmU7 > .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); }#GLu0tRFbEW8BIpIRMkq40ThzkkifxmU7 > .row .container { border-width: 0; border-radius: 0; }#GLu0tRFbEW8BIpIRMkq40ThzkkifxmU7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GLu0tRFbEW8BIpIRMkq40ThzkkifxmU7 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:61.0625rem;width:60rem;position:relative;display:block; }#TzgsD7dvqrzFtmRSNbB8QW8xbLl8EoAf { color:#58be0a;display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.9375rem;left:7.75rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#pLHMGTHDZeip07kN0curi3wwtvby9lpX { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a611dc68-81df-48a5-94d9-3fe876056b3e/ADGO21080X10802.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.875rem;border-top-right-radius:12.875rem;border-bottom-left-radius:12.875rem;border-bottom-right-radius:12.875rem;box-shadow: none;height:16.5rem;width:16.5rem;top:1.8125rem;left:37.84375rem;display:block; }#pLHMGTHDZeip07kN0curi3wwtvby9lpX.adaptive-delivery-prevent-bg, #pLHMGTHDZeip07kN0curi3wwtvby9lpX.lazyload, #pLHMGTHDZeip07kN0curi3wwtvby9lpX.lazyloading { background-image: none; }
#zTnVcdA53hNZ6qaAEgLziTxxdlqreqb6 { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6cc20f3c-575a-43a3-8a22-1123a7dbfa28/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13.125rem;border-top-right-radius:13.125rem;border-bottom-left-radius:13.125rem;border-bottom-right-radius:13.125rem;box-shadow: none;height:11rem;width:11rem;top:38.21875rem;left:33.46875rem;display:block; }#zTnVcdA53hNZ6qaAEgLziTxxdlqreqb6.adaptive-delivery-prevent-bg, #zTnVcdA53hNZ6qaAEgLziTxxdlqreqb6.lazyload, #zTnVcdA53hNZ6qaAEgLziTxxdlqreqb6.lazyloading { background-image: none; }
#sNTz3ZHkMXOI9OAnDJuqHzLextN0MZf2 { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e84f417d-c4a1-4bf3-a798-b03177eeee05/cursoags.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.875rem;border-top-right-radius:12.875rem;border-bottom-left-radius:12.875rem;border-bottom-right-radius:12.875rem;box-shadow: none;height:17.5625rem;width:17.5625rem;top:35.59375rem;left:4.96875rem;display:block; }#sNTz3ZHkMXOI9OAnDJuqHzLextN0MZf2.adaptive-delivery-prevent-bg, #sNTz3ZHkMXOI9OAnDJuqHzLextN0MZf2.lazyload, #sNTz3ZHkMXOI9OAnDJuqHzLextN0MZf2.lazyloading { background-image: none; }
#T1OSUZJkuxbyR9sHkMHXCaATRWCZuD7g { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ebc6c53c-fb29-477b-af7f-56ea073b7340/5.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13.125rem;border-top-right-radius:13.125rem;border-bottom-left-radius:13.125rem;border-bottom-right-radius:13.125rem;box-shadow: none;height:13.75rem;width:13.75rem;top:20.53125rem;left:45.4375rem;display:block; }#T1OSUZJkuxbyR9sHkMHXCaATRWCZuD7g.adaptive-delivery-prevent-bg, #T1OSUZJkuxbyR9sHkMHXCaATRWCZuD7g.lazyload, #T1OSUZJkuxbyR9sHkMHXCaATRWCZuD7g.lazyloading { background-image: none; }
#qnz0Dur4HoUykGmup65THmxhN95XnFZf { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15146;line-height:1.3;letter-spacing:0;top:22rem;left:14.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#N4Wn3tLE7darQyeoW608rNhW5EoMWIP8 { 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:5rem;width:20rem;display:none; }
#FoI7n4bWDDDDSqAVkf7uvMilE9MeV213 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5605625rem;height:3.4375rem;text-decoration:none;z-index:15125;text-align:center;text-align-last:center;top:54.8046875rem;left:20.46875rem;display:block; }
#XdDhWtRFxI6NMvnTqvzPtd0tfD2dLd9m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sqXQu6s485S3bHq8G2OXKLhMAxMNh5Ou { position:absolute;display:block;z-index:15158;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.625rem;width:3.6875rem;top:6.1875rem;left:4.96875rem;overflow:hidden;display:block; }
#FNcKAzl7obM5weIgZ5UbyaEUHTfWrAXm { color:#2d92c0;display:block;width:31.625rem;position:absolute;font-family:raleway;font-size:1.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:26.146484375rem;left:6.9375rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#VBt6tCOXHoUaU8QEUy2gkrVEHfppVrhN { color:rgba(var(--color-tertiary-0),1);display:block;width:29rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:normal;z-index:15159;line-height:1.3;letter-spacing:0;top:7.625rem;left:9.4375rem;height:3.98095625rem;display:block; }
#o9edupX5HodaUMiw1OL3ClhEGXZLMq8M { position:relative;display:block; }#o9edupX5HodaUMiw1OL3ClhEGXZLMq8M { background-color: transparent; background-image: none; }#o9edupX5HodaUMiw1OL3ClhEGXZLMq8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9edupX5HodaUMiw1OL3ClhEGXZLMq8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9edupX5HodaUMiw1OL3ClhEGXZLMq8M > .row .container > .video-iframe-container { display: none; }#o9edupX5HodaUMiw1OL3ClhEGXZLMq8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9edupX5HodaUMiw1OL3ClhEGXZLMq8M > .row > .video-iframe-container { display: none; }#o9edupX5HodaUMiw1OL3ClhEGXZLMq8M > .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); }#o9edupX5HodaUMiw1OL3ClhEGXZLMq8M { border-width: 0; border-radius: 0; }#o9edupX5HodaUMiw1OL3ClhEGXZLMq8M > .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; }#o9edupX5HodaUMiw1OL3ClhEGXZLMq8M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:1.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#N7qzWD13DQqtxFKfXweXmu02GtNTyilC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);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; }#N7qzWD13DQqtxFKfXweXmu02GtNTyilC > .row .container { background-color: transparent; background-image: none; }#N7qzWD13DQqtxFKfXweXmu02GtNTyilC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7qzWD13DQqtxFKfXweXmu02GtNTyilC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7qzWD13DQqtxFKfXweXmu02GtNTyilC > .row .container > .video-iframe-container { display: none; }#N7qzWD13DQqtxFKfXweXmu02GtNTyilC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7qzWD13DQqtxFKfXweXmu02GtNTyilC > .row > .video-iframe-container { display: none; }#N7qzWD13DQqtxFKfXweXmu02GtNTyilC > .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); }#N7qzWD13DQqtxFKfXweXmu02GtNTyilC > .row .container { border-width: 0; border-radius: 0; }#N7qzWD13DQqtxFKfXweXmu02GtNTyilC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N7qzWD13DQqtxFKfXweXmu02GtNTyilC > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:60.125rem;width:60rem;position:relative;display:block; }#glpGtWWhbShddvBNDBZo8EZWAIarb8Af { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5605625rem;height:3.4375rem;text-decoration:none;z-index:15124;text-align:center;text-align-last:center;top:54.96875rem;left:19.0634765625rem;display:block; }
#HuaTdgvEknClwgfQTfi4DqJ7WVgvtBw4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sL4lqrRsKKusxnfKESaLDCikXLXIToGL { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15117;line-height:1.3;letter-spacing:0;top:9.09375rem;left:4.4375rem;height:3.73730625rem;text-align:center;text-align-last:center;display:block; }
#Upx1X8IOwEcNZgEdv8E87vcpCV9ASeqz { color:#4ab0ff;display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:14.09375rem;left:4.4375rem;height:21.125rem;text-align:center;text-align-last:center;display:block; }
#dxxfBZa9SgzanbJxlBAEgrosaovAJxRS { color:#fbfbfb;display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15118;line-height:1.3;letter-spacing:0;top:42.2724609375rem;left:16rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#hEQVJUMFCNVcSB7LSEILK9U4OM5N2Rxx { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15118;line-height:1.3;letter-spacing:0;top:3.90625rem;left:5.375rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#x9XNJGtvJXrvSTXC8ubRPIyEvdofF4Em { position:absolute;display:block;z-index:15116;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.25rem;width:36.25rem;top:0rem;left:13.4375rem;overflow:hidden;display:block; }
#dcXnkDL9yCL4d1wRaDCZ05lVSlUNAu65 { position:absolute;display:block;z-index:15128;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.125rem;width:9rem;top:47.154296875rem;left:23.9375rem;overflow:hidden;display:block; }
#RNAEQmGuPSs5ClaH0451AAkbtCpkH0DX { position:absolute;display:block;z-index:15127;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:3.4375rem;width:12rem;top:0.84375rem;left:1.75rem;overflow:hidden;display:block; }
#L8TX8BPp3wAnD8wqyEnfXthJaIxAzIk8 { position:absolute;display:block;z-index:15129;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:17.8125rem;top:14.8974609375rem;left:41.5625rem;overflow:hidden;display:block; }
#FzqXObh2mIDB5w6eylgEft2gyAB20G6C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#FzqXObh2mIDB5w6eylgEft2gyAB20G6C > .row .container { background-color: transparent; background-image: none; }#FzqXObh2mIDB5w6eylgEft2gyAB20G6C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzqXObh2mIDB5w6eylgEft2gyAB20G6C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzqXObh2mIDB5w6eylgEft2gyAB20G6C > .row .container > .video-iframe-container { display: none; }#FzqXObh2mIDB5w6eylgEft2gyAB20G6C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzqXObh2mIDB5w6eylgEft2gyAB20G6C > .row > .video-iframe-container { display: none; }#FzqXObh2mIDB5w6eylgEft2gyAB20G6C > .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); }#FzqXObh2mIDB5w6eylgEft2gyAB20G6C > .row .container { border-width: 0; border-radius: 0; }#FzqXObh2mIDB5w6eylgEft2gyAB20G6C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FzqXObh2mIDB5w6eylgEft2gyAB20G6C > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:186.6875rem;width:60rem;position:relative;display:block; }#elpwyTkOgoEPEpVT6HN75HdSdrTftMEk { color:#130e0e;display:block;width:45.875rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.6875rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vofO7cg88L3I6TJ0O17zCtowpPKc9QLQ { position:absolute;display:block;z-index:15000;background-color:#4c0192;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:51.5625rem;width:23.3125rem;top:11.3125rem;left:16.65625rem;display:block; }
#yHnrQi3T7B21s1qKP5yiQ53cEtK3VryC { color:rgba(var(--color-tertiary-0),1);display:block;width:23.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.6875rem;left:16.5rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KmhLhGGb1d1zNZB9gHViag6dCzpR70VR { color:rgba(var(--color-tertiary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:18.9375rem;left:16.6875rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hTzbHhFU3ekV3DHkUz7yHfteEGyeRibV { color:rgba(var(--color-tertiary-0),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:22.0625rem;left:16.5625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TFNpVFdUUSw9mNDAMNRPl6XWp1wztA9k { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:25.5625rem;left:19.5625rem;display:block; }
#ttgbmJQ4iLMeviaxbe0BaRik9selZrMg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yo41O9l6bMECB4BmgaasvMcWetQ0yxbA { color:#5d92ff;display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.5625rem;left:16.5625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v0B1WKPcTynx8m7ANBmWocmAMcRoo3sL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:30.4375rem;left:18.1875rem; }
#Ce2xSTUIZMr0KMFU2MfATuKUBsJ2qmvk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:32.5rem;left:18.1875rem; }
#tWbQ8xM7dF7I3qcTtUi2H4sgC8z2TaaA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:35.6875rem;left:18.1875rem; }
#y2d598TlPVXFcQgdzqaReWkHewC1wnxv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:38.0625rem;left:18.1875rem; }
#mgTivbi4byc5X6C8mbIRddkJH665tZI6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:41.375rem;left:18.1875rem; }
#fRcCu0qfFblSVu86By6svCdEIyHf2qpT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:44.75rem;left:18.1875rem; }
#Uv2A3SxgoFVmGTGIPGxAwm8RqTKriT4O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:48.125rem;left:18.1875rem; }
#r5bzK7nQKx9oocZFJ70sHabmuu3eDMMc { position:absolute;display:block;z-index:15015;background-color:#b18a23;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:47.5rem;width:23.3125rem;top:71.5625rem;left:16.6875rem;display:block; }
#nTUJ5K7F6bTBsg2iFa8MWP7oLc26TnRV { color:rgba(var(--color-tertiary-0),1);display:block;width:23.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:73.9375rem;left:16.5625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#txJWA0ecdG7wkKZ7Vy3K5RTUK26qI5mB { color:#f8e1a6;display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:76.8125rem;left:16.625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u6q4PKQm0Dd5PT7wmcwV4sJkv7S5G5R3 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:79.1875rem;left:16.75rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fd2DC3c0TItVQQfz2qRUqvTlqVfqNgTW { color:rgba(var(--color-tertiary-0),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:81.875rem;left:16.625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lbdthHLeruEf6PzsyMXWQ0OnIpN5BKlL { background-color:#846105;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:85.8125rem;left:19.625rem;display:block; }
#q50Kofdy6nNlOCsOxoekUb49eags7Gha { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VeqWvLmT6KPt5XMSZ19kmEfBGTXDeXRe { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.1;letter-spacing:0;top:90.875rem;left:20rem;height:26.39065rem;display:block; }
#zRaQTUyz23IqkxbHTxQ67KUWQVSG4CR0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:90.6875rem;left:18.1875rem; }
#Te91y3trfiQR46ubogLVteicernO7X5A { position:absolute;display:block;z-index:15030;background-color:#5d0062;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:51.5625rem;width:23.3125rem;top:131rem;left:16.6875rem;display:block; }
#M9uIToehl9He6kOe4fUcCWJ1Cg691K2T { color:rgba(var(--color-tertiary-0),1);display:block;width:23.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:133.375rem;left:16.5625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h5HCe1fmvinqJsxbm72IsHzhDzgAOOyR { color:#bc00b4;display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:136.25rem;left:16.625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GynHxlMTtxTwnvFkTkBOioaKAdlT7K5U { color:rgba(var(--color-tertiary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:138.625rem;left:16.75rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QQ863lV14OZqff7RWHEUl41AAV54Cqeu { color:rgba(var(--color-tertiary-0),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:141.3125rem;left:16.625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KkbMDg3Z8dysHRBx0P84Inv5896X3ewo { background-color:#bc00b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:145.25rem;left:19.625rem;display:block; }
#VrnbLOKghVl1ZbuR1EPE8bKzQGZExSRF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IFbM41ktVcvUmpT39qxVJJXEq752EZZ2 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.1;letter-spacing:0;top:150.3125rem;left:20rem;height:29.68944375rem;display:block; }
#AGJJN2wirKmgRnmodRaeHbJTA95DVdMG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:150rem;left:18.0625rem; }
#cT6dIE4mIQelVUZOtcoiCWtyEg43JLTz { color:#f8e1a6;display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:80rem;left:30.90625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OblWwHIWPXTFcWac6sOInCDI2Vn2bJ3u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:92.75rem;left:18.1875rem; }
#D1PTd8sgIArvrBNH7WttaEVZUmtqFFBR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:94.875rem;left:18.1875rem; }
#XATR4yCoI1qsIhT4AuHBVTbxn3EkR2VH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:97.1875rem;left:18.1875rem; }
#AxufqfLh3b9usBLn5noPJ770uFdovwEz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:99.4375rem;left:18.1875rem; }
#cDy6Ziklk5TJqbCgLN0e7DtG2cwRy7TH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:102.6875rem;left:18.1875rem; }
#fcFb4mETHTipTIN4Lq6Wlzssi1G565L5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:105.9375rem;left:18.1875rem; }
#yo3dXaBqCDaO9CDTSoVaEyvwrNkWlrcp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:109.5625rem;left:18.1875rem; }
#Row5GZ4MGryuHzcAnH0Rt76XTqEL1Nze { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:152.25rem;left:18.0625rem; }
#G881BbV9H9ngnANQDsff4tEq2gTQlNcA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:154.6875rem;left:18.0625rem; }
#nw1ulRQnVnomFaeVhiSbOi7mnbqRrTwk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:157.75rem;left:18.0625rem; }
#q1uQnVB2cI89K2KTVEc1Na1ZWTFNreQ6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:159.875rem;left:18.0625rem; }
#RRo52FRIsfJL4Eapr5Q50DxQuciJNIMP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:163.4375rem;left:18.0625rem; }
#hBDAy0R7ZTIItdn0GMulEba942IGxXrP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:166.5rem;left:18.0625rem; }
#zbw0JcZgTnSCwkS4as2h9Zi2um8sBBub { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:169.75rem;left:18.1875rem; }
#CyWCvFQZaMNsAFBrlOkLdP75IOSQrOCf { color:#6ca8df;display:block;width:45.875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.625rem;left:4.6875rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#ECd43W6oth0xzgQlsmv7BAdoSXoWdLEy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:173rem;left:18.0625rem; }
#VT3Wvc8hrw3TROOSDEKBtJHa7f95BLGh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:176.25rem;left:18.0625rem; }
#gJVxFH1L3pZyJpV6gVOh5m5chid1QvvC { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:1.1;letter-spacing:0;top:30.61669921875rem;left:20.15625rem;height:27.49024375rem;display:block; }
#ry5q2VhiXTJ7nShcGv5IesFAQVUliLpt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:51.375rem;left:18.1875rem; }
#GlftgXTI7TeCJncozXA1Qy4WL7eK3Srb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:54.875rem;left:18.1875rem; }
#oBVn4U0m7sdIAKctEcysqvSXaAF3yphM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:112.75rem;left:18.1875rem; }
#LAgQyZEhqxZ4CRgb9fUwSTmycaTuZKRV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:115.9375rem;left:18.1875rem; }
#TbpONBkMHIx2JLdu1TST1rHB2nFhTpQU { position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-primary-0),1);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:0.4375rem;width:12.5rem;top:7.818359375rem;left:21.375rem;display:block; }
#xooGg6b37LKscIERrvlD6rTMiTwAAbnu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#xooGg6b37LKscIERrvlD6rTMiTwAAbnu > .row .container { background-color: transparent; background-image: none; }#xooGg6b37LKscIERrvlD6rTMiTwAAbnu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xooGg6b37LKscIERrvlD6rTMiTwAAbnu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xooGg6b37LKscIERrvlD6rTMiTwAAbnu > .row .container > .video-iframe-container { display: none; }#xooGg6b37LKscIERrvlD6rTMiTwAAbnu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xooGg6b37LKscIERrvlD6rTMiTwAAbnu > .row > .video-iframe-container { display: none; }#xooGg6b37LKscIERrvlD6rTMiTwAAbnu > .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); }#xooGg6b37LKscIERrvlD6rTMiTwAAbnu > .row .container { border-width: 0; border-radius: 0; }#xooGg6b37LKscIERrvlD6rTMiTwAAbnu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xooGg6b37LKscIERrvlD6rTMiTwAAbnu > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:1.25rem;width:60rem;position:relative;display:block; }#QsXIAnZT1ihaAExARGOG98Rd91ARNl3I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#25013e;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; }#QsXIAnZT1ihaAExARGOG98Rd91ARNl3I > .row .container { background-color: transparent; background-image: none; }#QsXIAnZT1ihaAExARGOG98Rd91ARNl3I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsXIAnZT1ihaAExARGOG98Rd91ARNl3I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsXIAnZT1ihaAExARGOG98Rd91ARNl3I > .row .container > .video-iframe-container { display: none; }#QsXIAnZT1ihaAExARGOG98Rd91ARNl3I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsXIAnZT1ihaAExARGOG98Rd91ARNl3I > .row > .video-iframe-container { display: none; }#QsXIAnZT1ihaAExARGOG98Rd91ARNl3I > .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); }#QsXIAnZT1ihaAExARGOG98Rd91ARNl3I > .row .container { border-width: 0; border-radius: 0; }#QsXIAnZT1ihaAExARGOG98Rd91ARNl3I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QsXIAnZT1ihaAExARGOG98Rd91ARNl3I > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:49.3125rem;width:60rem;position:relative;display:block; }#bTIdGN3d6mD1N47LlsuwmfzzcHs48H48 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:45.8125rem;width:23.3125rem;top:2.0625rem;left:17.125rem;display:block; }
#v4pfXGwiDWsycrdoGdLkwwAy4oP6G6UC { color:#fbeeee;display:block;width:12.5rem;position:absolute;font-family:amaranth;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.9375rem;left:22.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-form-header {  }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-regular-label { height:auto;display:block;font-family:amaranth;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.6875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:amaranth;line-height:.6; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:amaranth;line-height:.6; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#adb0b7;font-family:amaranth;font-size:1.125rem;overflow:hidden; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-input-button { border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:#e5a52e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.5rem;height:4rem;font-family:amaranth;overflow:hidden; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:amaranth;font-size:1.125rem; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:amaranth;font-size:1.125rem; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:amaranth;font-size:1.125rem; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:amaranth;font-size:1.125rem; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:amaranth;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:amaranth;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-container:first-of-type{padding-top:0;}#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-container:last-of-type{padding-bottom:0;}#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5  { background-color:#58005b;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;position:absolute;top:16.2373046875rem;left:18.78125rem; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-info-text { display:block;height:auto;font-family:amaranth;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 {display:block;}#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 { background-color:#58005b;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;position:absolute;top:16.2373046875rem;left:18.78125rem; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #J2KqiehJDEDGxK3W4pmTMTLPehIvHhzB { position:relative; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #oR4XSXlaZXBmvarf1MUNW0MXaLQmmVnv { position:relative;display:block; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #pnnE5ETcDoa2SJBrbDzGtPn3a1il1e0a { position:relative; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #TGeAXDVpotMU7wGzXoQOJ9HbmWFUmP8U { position:relative; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #TaSJFqCH2DBTRxHGdigXQJ0rLEgAwf5T { position:relative;display:block; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #sL6SH6h9dLfgIqe2nRCvyrxH4zlffbbW { position:relative; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #QpOhGEEnypxy8War8fhbIAwGLaFbHbhU { position:relative; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #KZ35fP1lvVPiAhIZVSOzqUqzIlREeTmn { position:relative;display:block; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #ZsuV0O4ioSGFLzzPCVbkTtQqHGyXMVFX { position:relative; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #pXUOs2LOFH04xb6na0XD5VRd28CAU19n { position:relative; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #lSEdnJHegp2AudOk3M4PiqNDhaHZBmsP { position:relative;display:block; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #BBtmaK0q6nPn7SM4HSknpEh7qROAusuv { position:relative; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #XuNlvFxcFl7Gw4PVtiLVZLbiCmo7tC42 { position:relative; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #LBK2WaRvVbZiWTTVCUM5kth7niLFELpk { position:relative; }
#Tb5kCv666rLuul0mZ71W1iL9fw7b2rHZ { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:amaranth;font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.8125rem;left:17.6875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#PPd68xXa6TfXrDcoqOc5oR5GFZACu8Dy { 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:5.8125rem;width:15.1875rem;top:8.125rem;left:21.1875rem;overflow:hidden;display:block; }
#TTJfBdXuk414Wb84kDubsAZTmDdT7glq { 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:2.875rem;width:6.5rem;top:5.25rem;left:25.53125rem;overflow:hidden;display:block; }
#w2is248EutpBzXQeQ35bsRPg4MuwfQAW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#w2is248EutpBzXQeQ35bsRPg4MuwfQAW > .row .container { background-color: transparent; background-image: none; }#w2is248EutpBzXQeQ35bsRPg4MuwfQAW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2is248EutpBzXQeQ35bsRPg4MuwfQAW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2is248EutpBzXQeQ35bsRPg4MuwfQAW > .row .container > .video-iframe-container { display: none; }#w2is248EutpBzXQeQ35bsRPg4MuwfQAW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2is248EutpBzXQeQ35bsRPg4MuwfQAW > .row > .video-iframe-container { display: none; }#w2is248EutpBzXQeQ35bsRPg4MuwfQAW > .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); }#w2is248EutpBzXQeQ35bsRPg4MuwfQAW > .row .container { border-width: 0; border-radius: 0; }#w2is248EutpBzXQeQ35bsRPg4MuwfQAW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w2is248EutpBzXQeQ35bsRPg4MuwfQAW > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:1.25rem;width:60rem;position:relative;display:block; }#CRUdazZluTxUyag4weDlvEnXJ3KInuIl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);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; }#CRUdazZluTxUyag4weDlvEnXJ3KInuIl > .row .container { background-color: transparent; background-image: none; }#CRUdazZluTxUyag4weDlvEnXJ3KInuIl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRUdazZluTxUyag4weDlvEnXJ3KInuIl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRUdazZluTxUyag4weDlvEnXJ3KInuIl > .row .container > .video-iframe-container { display: none; }#CRUdazZluTxUyag4weDlvEnXJ3KInuIl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRUdazZluTxUyag4weDlvEnXJ3KInuIl > .row > .video-iframe-container { display: none; }#CRUdazZluTxUyag4weDlvEnXJ3KInuIl > .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); }#CRUdazZluTxUyag4weDlvEnXJ3KInuIl > .row .container { border-width: 0; border-radius: 0; }#CRUdazZluTxUyag4weDlvEnXJ3KInuIl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CRUdazZluTxUyag4weDlvEnXJ3KInuIl > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:38.375rem;width:60rem;position:relative;display:block; }#ZMUwvuzl1GbpdaLVLUxGnLJsr0ZdgXL6 { 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:27.0625rem;width:27.0625rem;top:2.75rem;left:39.6875rem;overflow:hidden;display:block; }
#KSHXEH0TautWzcJtpyNSr41yU5KgNeEK { color:#d5bc17;display:block;width:21.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:20.6015625rem;left:9.125rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#U7edMcSSdz6Omeu9vaE85CUou1VHzR1R { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5605625rem;height:3.4375rem;text-decoration:none;z-index:15126;text-align:center;text-align-last:center;top:32.5615234375rem;left:22.1259765625rem;display:block; }
#kBlTKPeDxQrs2sITyX4qQsFy6lqycUTg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MTSiJJM9zlDV3UGZFTyJx3NGKEc72Uid { color:#f1dbe1;display:block;width:25.3125rem;position:absolute;font-family:raleway;font-size:3.4375rem;font-weight:normal;z-index:15127;line-height:1.3;letter-spacing:0;top:9rem;left:9.125rem;height:8.9375rem;display:block; }
#vfrwbkzfv6eH7LE1Fua3oBks5LBHrggW { color:#2f6ede;display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.75rem;left:18.375rem;height:2.5998875rem;display:block; }
#lzGAyLx9PfGgFTUnD91dzldu1I9qIClf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#lzGAyLx9PfGgFTUnD91dzldu1I9qIClf > .row .container { background-color: transparent; background-image: none; }#lzGAyLx9PfGgFTUnD91dzldu1I9qIClf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzGAyLx9PfGgFTUnD91dzldu1I9qIClf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzGAyLx9PfGgFTUnD91dzldu1I9qIClf > .row .container > .video-iframe-container { display: none; }#lzGAyLx9PfGgFTUnD91dzldu1I9qIClf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzGAyLx9PfGgFTUnD91dzldu1I9qIClf > .row > .video-iframe-container { display: none; }#lzGAyLx9PfGgFTUnD91dzldu1I9qIClf > .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); }#lzGAyLx9PfGgFTUnD91dzldu1I9qIClf > .row .container { border-width: 0; border-radius: 0; }#lzGAyLx9PfGgFTUnD91dzldu1I9qIClf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lzGAyLx9PfGgFTUnD91dzldu1I9qIClf > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:1.25rem;width:60rem;position:relative;display:block; }#vcVDgtvuoxQg7cX69nLz3oK5guM8IJfp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010023;background-image:url("https://images.assets-landingi.com/uc/f118361b-8126-4c16-82f4-f036a74a2d45/1037.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#vcVDgtvuoxQg7cX69nLz3oK5guM8IJfp.adaptive-delivery-prevent-bg, #vcVDgtvuoxQg7cX69nLz3oK5guM8IJfp.lazyload, #vcVDgtvuoxQg7cX69nLz3oK5guM8IJfp.lazyloading { background-image: none; }#vcVDgtvuoxQg7cX69nLz3oK5guM8IJfp > .row .container { background-color: transparent; background-image: none; }#vcVDgtvuoxQg7cX69nLz3oK5guM8IJfp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcVDgtvuoxQg7cX69nLz3oK5guM8IJfp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcVDgtvuoxQg7cX69nLz3oK5guM8IJfp > .row .container > .video-iframe-container { display: none; }#vcVDgtvuoxQg7cX69nLz3oK5guM8IJfp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcVDgtvuoxQg7cX69nLz3oK5guM8IJfp > .row > .video-iframe-container { display: none; }#vcVDgtvuoxQg7cX69nLz3oK5guM8IJfp > .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); }#vcVDgtvuoxQg7cX69nLz3oK5guM8IJfp > .row .container { border-width: 0; border-radius: 0; }#vcVDgtvuoxQg7cX69nLz3oK5guM8IJfp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vcVDgtvuoxQg7cX69nLz3oK5guM8IJfp > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:68.375rem;width:60rem;position:relative;display:block; }#gEP8sAy5yPgt2iziWTLhKCxuUmfxOR9C { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:3.2431640625rem;left:0rem;height:3.0058625rem;text-align:center;text-align-last:center;display:block; }
#BlPEQZbg0mCPoMwCQbMnTbWoCZ7XabJV { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.4365234375rem;left:0rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#fCblE6JXT8ltQKH1W4LpkW0xInu9u64D { position:absolute;display:block;z-index:15050;background-color:#8dc827;background-image:url("https://images.assets-landingi.com/uc/f011c5ec-7147-4bfb-94c7-90823dd48cab/ALEXPERFIL1080X1080.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:16.1875rem;border-top-right-radius:16.1875rem;border-bottom-left-radius:16.1875rem;border-bottom-right-radius:16.1875rem;box-shadow: none;height:20.625rem;width:20.4375rem;top:10.029296875rem;left:19.78125rem;display:block; }#fCblE6JXT8ltQKH1W4LpkW0xInu9u64D.adaptive-delivery-prevent-bg, #fCblE6JXT8ltQKH1W4LpkW0xInu9u64D.lazyload, #fCblE6JXT8ltQKH1W4LpkW0xInu9u64D.lazyloading { background-image: none; }
#ioNzisc2idKAuDgvO39ZkdvBSdeDCsVW { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.9365234375rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Ob8RTE0MzheKbBH7ovhGpLHG70EBM1e2 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:41.02734375rem;left:0rem;height:3.0058625rem;text-align:center;text-align-last:center;display:block; }
#T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#3d0345;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.53rem;padding-right:0.483125rem;padding-bottom:0.53rem;padding-left:0.483125rem;display:block;align-items:center;width:2.90125rem;min-width:2.90125rem;height:2.84625rem;position:relative;font-family:"open sans";font-size:2.118125rem;font-weight:700;line-height:45.54px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem; }
#T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.33125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.869375rem;height:1.125rem;position:relative;font-family:"open sans";font-size:0.794375rem;font-weight:400;line-height:18px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:19.5rem;height:5.3625rem;padding-top:0.6625rem;padding-right:0.69125rem;padding-bottom:0.6625rem;padding-left:0.69125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:45.5625rem;left:19.5rem;z-index:15070; }
#T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #mgtKxZP1xPmWaMFKqtuvcHVtUeRl4J0F { display:flex;position:relative;top:0rem;left:0rem; }
#T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #uQ6FUpGLZdKumkBSrtKm1DQZUcaQrAlw { width:auto; }
#T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #s0RMaWDXA9TqMNAHt9p41Cw9mDamm0ni {  }
#T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #DJy7ru3Jh8Q3P31kwyFRFOL7BdohMlRi { display:flex;position:relative;top:0rem;left:0rem; }
#T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #lDgo4pSuI7x5Di5wBpsehS2U3HC63GnJ {  }
#T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #pKkkvq120pJWOXC7kOaZgT6N5ZQTo83H {  }
#T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #qZIpkTxDTewnO4Anm8giMO8XTdx9HI9y { display:flex;position:relative;top:0rem;left:0rem; }
#T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #ubtkluSSf1DkU6TxzqW2xmSoslPfBUHy {  }
#T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #SSwIkVw6uRX0XIACTnpgSvTM7W3sckhS {  }
#T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #K7GnXlbmVwlmH4Ukm9ogpuNtAX7aOtDw { display:flex;position:relative;top:0rem;left:0rem; }
#T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #LTT4IwEHR8lr6mLoKLkLkD4XDHcx7B6d {  }
#T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #GKIVuotalpq51WKD9npS9LBOH0R4gABU {  }
#hl87yZOQyBzEUPlTvpQimJF209Ire0PC { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:55.6865234375rem;left:0rem;height:2.9248rem;text-align:center;text-align-last:center;display:block; }
#upl7oqU0zWTcItLo6hNtQRD8n4vT6SzM { color:#51d5ec;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:34.828125rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#v5IOitnbA0SOIAU72T4JJA3SHi0iIMXA { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5605625rem;height:3.4375rem;text-decoration:none;z-index:15127;text-align:center;text-align-last:center;top:62.095703125rem;left:19.8828125rem;display:block; }
#WP7WaV6K7GSIbns3skFLNE3SZTBK6iwL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W9SLa245lJ2QxvV2RaFARWMgETNVcdux { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#W9SLa245lJ2QxvV2RaFARWMgETNVcdux > .row .container { background-color: transparent; background-image: none; }#W9SLa245lJ2QxvV2RaFARWMgETNVcdux::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9SLa245lJ2QxvV2RaFARWMgETNVcdux > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9SLa245lJ2QxvV2RaFARWMgETNVcdux > .row .container > .video-iframe-container { display: none; }#W9SLa245lJ2QxvV2RaFARWMgETNVcdux > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9SLa245lJ2QxvV2RaFARWMgETNVcdux > .row > .video-iframe-container { display: none; }#W9SLa245lJ2QxvV2RaFARWMgETNVcdux > .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); }#W9SLa245lJ2QxvV2RaFARWMgETNVcdux > .row .container { border-width: 0; border-radius: 0; }#W9SLa245lJ2QxvV2RaFARWMgETNVcdux > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W9SLa245lJ2QxvV2RaFARWMgETNVcdux > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:43.6875rem;width:60rem;position:relative;display:block; }#JEX68krHKT0I47fNGoKBBVSy4zDEIPpX { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t5LDkUZlIbsaTOAnNFTZiSvFt4R2ir1w { position:absolute;display:block;z-index:15011;background-color:#ffc600;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:9.5rem;left:28.75rem;display:block; }
#vn4VHM7EuSWAfBJuoKULtWeWRZxErzgn { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:15rem;width:18.9375rem;top:12.9375rem;left:0rem;display:block; }
#TXuHrwaRvEyAQQCMMRmfd6oHu83MsaPr { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:15.4375rem;left:0.71875rem;height:10rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JOq6tDinB8VeJRGa7ZI5g61BCqo9tJHe { color:#606060;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:30.125rem;left:6rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m9REmNJPoWky5aiMawa1lFX8XFXcogde { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:32.3125rem;left:6rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aXI0ziQIpmeTXiEZMOwersTbXC0mL2Qk { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4d8c2fcb-8ef4-45d9-8991-16456b35672e/marcela.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:29.4375rem;left:0.375rem;display:block; }#aXI0ziQIpmeTXiEZMOwersTbXC0mL2Qk.adaptive-delivery-prevent-bg, #aXI0ziQIpmeTXiEZMOwersTbXC0mL2Qk.lazyload, #aXI0ziQIpmeTXiEZMOwersTbXC0mL2Qk.lazyloading { background-image: none; }
#FaGTEDMe3KLaH3d5OxvhbVZReDtCOdlV { color:#606060;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:30.125rem;left:26.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#maCtoZEaWGFnpAT1szTV7wiEPG4NTBaO { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:32.3125rem;left:26.1875rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c9e0eS5EssQUhxMJysptxQczzybUkQ3T { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:16.875rem;width:18.9375rem;top:12.9375rem;left:20.5625rem;display:block; }
#xTHS2txv6eUIZOCcXpBGoOvL4bvsOF7c { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15016;line-height:2;letter-spacing:0;top:13.4375rem;left:21.25rem;height:16rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bvaMwyMRTxVRr1ohnVLoekHs5zLNq14B { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dd9a3b56-7854-4920-beba-1935c94e1d9b/albertocastroparticipantecurso.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:29.4375rem;left:20.5625rem;display:block; }#bvaMwyMRTxVRr1ohnVLoekHs5zLNq14B.adaptive-delivery-prevent-bg, #bvaMwyMRTxVRr1ohnVLoekHs5zLNq14B.lazyload, #bvaMwyMRTxVRr1ohnVLoekHs5zLNq14B.lazyloading { background-image: none; }
#udbauagWLc7C9BpwUbTQIsTafppxRV35 { color:#606060;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:30.125rem;left:46.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KDxd1owM1hvMk1dnBl89OOFA8QrTMmLv { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:32.3125rem;left:46.6875rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CTeRduf5QtW8llpmPfHdy4hhGUzT1KGK { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:15rem;width:18.9375rem;top:12.9375rem;left:41.0625rem;display:block; }
#KdVoQVciAPmAbko8xomOsd0tSLfeeL37 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15021;line-height:2;letter-spacing:0;top:15.4375rem;left:41.78125rem;height:10rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MsT0PT2aQZBStptLBakWM798CRmmIlw9 { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ad2d35b9-0a52-4c80-980c-ba8b8981f16e/yuri.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:29.4375rem;left:41.0625rem;display:block; }#MsT0PT2aQZBStptLBakWM798CRmmIlw9.adaptive-delivery-prevent-bg, #MsT0PT2aQZBStptLBakWM798CRmmIlw9.lazyload, #MsT0PT2aQZBStptLBakWM798CRmmIlw9.lazyloading { background-image: none; }
#xQxE9UTPO686Wd6KUAfXtvkTwG94OGa2 { color:#847478;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.3125rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:1.7421875rem;left:0rem;height:3.0058625rem;text-align:center;text-align-last:center;display:block; }
#f2Jx1KcsLlTr6antuASOX2gazbHkCWuU { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5605625rem;height:3.4375rem;text-decoration:none;z-index:15125;text-align:center;text-align-last:center;top:38.03125rem;left:18.21875rem;display:block; }
#l8Nw9AKEV4zwAD74soEBGFkfd0hcQafD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JoJbJ7g0BVUvpxBur9AfKy1S43rUs05E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f9ec9;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; }#JoJbJ7g0BVUvpxBur9AfKy1S43rUs05E > .row .container { background-color: transparent; background-image: none; }#JoJbJ7g0BVUvpxBur9AfKy1S43rUs05E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoJbJ7g0BVUvpxBur9AfKy1S43rUs05E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoJbJ7g0BVUvpxBur9AfKy1S43rUs05E > .row .container > .video-iframe-container { display: none; }#JoJbJ7g0BVUvpxBur9AfKy1S43rUs05E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoJbJ7g0BVUvpxBur9AfKy1S43rUs05E > .row > .video-iframe-container { display: none; }#JoJbJ7g0BVUvpxBur9AfKy1S43rUs05E > .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); }#JoJbJ7g0BVUvpxBur9AfKy1S43rUs05E > .row .container { border-width: 0; border-radius: 0; }#JoJbJ7g0BVUvpxBur9AfKy1S43rUs05E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JoJbJ7g0BVUvpxBur9AfKy1S43rUs05E > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:85.9375rem;width:60rem;position:relative;display:block; }#tL7QB51sT47sOgxLV31d30z8hmprnFcQ { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:11.46875rem;left:4.4677734375rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#kmdMTMrgn8eUrv10V6T6CSAJC64oehM8 { color:#7073ce;display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15114;line-height:1.3;letter-spacing:0;top:15.5625rem;left:2.4052734375rem;height:9.75rem;text-align:center;text-align-last:center;display:block; }
#qMKitAI0WUET8a8SxwCfM6PIEz4gOfKn { position:absolute;display:block;z-index:15115;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:25.0625rem;width:25.0625rem;top:6.15625rem;left:34.9375rem;overflow:hidden;display:block; }
#XtqoT4pWPGshToZWCDkTZT4a6Elh31n2 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5605625rem;height:3.4375rem;text-decoration:none;z-index:15124;text-align:center;text-align-last:center;top:79.34375rem;left:20.7802734375rem;display:block; }
#V31bp5TM5lKPo7Jh1TyTfryKrlaRt6Oi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hz09pZ79FTuxCCEMFg7TszUnkoANPJOq { position:absolute;display:block;z-index:15125;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:6.1875rem;width:21.25rem;top:2.46875rem;left:9.34375rem;overflow:hidden;display:block; }
#RGFbK6O0qEPI3hoLRv5sxw0zLVB4qp7Z { color:#7073ce;display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:56.125rem;left:3.15625rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#loxhAJdEpXNPueCfoTKFhKP3N8h7eWRD { color:#7073ce;display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15116;line-height:1.3;letter-spacing:0;top:42.9375rem;left:2.4052734375rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#Rl3C2nSRPzsowNQMi36Nk0aZKs3Qd2bT { color:#7073ce;display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15117;line-height:1.3;letter-spacing:0;top:29.0625rem;left:1.5302734375rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#Tf3tJJHn0iQNCXfh29z7I0ofpt92JEkx { color:#7073ce;display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15118;line-height:1.3;letter-spacing:0;top:67.6875rem;left:3.15625rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#Cf7ClhzFZfIDTdxwgW0xJx8Tb9TTwxSJ { position:relative;display:block; }#Cf7ClhzFZfIDTdxwgW0xJx8Tb9TTwxSJ { background-color: transparent; background-image: none; }#Cf7ClhzFZfIDTdxwgW0xJx8Tb9TTwxSJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cf7ClhzFZfIDTdxwgW0xJx8Tb9TTwxSJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cf7ClhzFZfIDTdxwgW0xJx8Tb9TTwxSJ > .row .container > .video-iframe-container { display: none; }#Cf7ClhzFZfIDTdxwgW0xJx8Tb9TTwxSJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cf7ClhzFZfIDTdxwgW0xJx8Tb9TTwxSJ > .row > .video-iframe-container { display: none; }#Cf7ClhzFZfIDTdxwgW0xJx8Tb9TTwxSJ > .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); }#Cf7ClhzFZfIDTdxwgW0xJx8Tb9TTwxSJ { border-width: 0; border-radius: 0; }#Cf7ClhzFZfIDTdxwgW0xJx8Tb9TTwxSJ > .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; }#Cf7ClhzFZfIDTdxwgW0xJx8Tb9TTwxSJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:1.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T74R1cD6TIfAMZDpbeWeNvfeZMEChJld { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);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; }#T74R1cD6TIfAMZDpbeWeNvfeZMEChJld > .row .container { background-color: transparent; background-image: none; }#T74R1cD6TIfAMZDpbeWeNvfeZMEChJld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T74R1cD6TIfAMZDpbeWeNvfeZMEChJld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T74R1cD6TIfAMZDpbeWeNvfeZMEChJld > .row .container > .video-iframe-container { display: none; }#T74R1cD6TIfAMZDpbeWeNvfeZMEChJld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T74R1cD6TIfAMZDpbeWeNvfeZMEChJld > .row > .video-iframe-container { display: none; }#T74R1cD6TIfAMZDpbeWeNvfeZMEChJld > .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); }#T74R1cD6TIfAMZDpbeWeNvfeZMEChJld > .row .container { border-width: 0; border-radius: 0; }#T74R1cD6TIfAMZDpbeWeNvfeZMEChJld > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T74R1cD6TIfAMZDpbeWeNvfeZMEChJld > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:16rem;width:60rem;position:relative;display:block; }#dPU8cEVlRXAylmZ7IQCGcKCMiE9TqAdt { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:amaranth;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.556640625rem;left:0rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#imhPt2IP6ukLbydf4d5JBoBXuC9lt0TA { background-color:rgba(var(--color-tertiary-4),1);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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:amaranth;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:6.474609375rem;left:2.1875rem;display:block; }
#JlGewtBbZPCAZEN2Us39OkUN74qIeK5q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#evQWhGGiChtWJ9UXorHI9TlLdnFtGEOi { color:#f8e7e7;display:block;width:60rem;position:absolute;font-family:amaranth;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.8125rem;left:0rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#bSR0LGQcxxFToWrNrxCVFewkUZ2QyddV { z-index:15000;top:6.943359375rem;left:22.9375rem;background-color:#55086a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(197,84,218,0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:amaranth;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gZMBJQM1XNZwo7p2mPwWvUl12T8kHw9e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e1go7ILagndCRacnSLB75RiUbQhkLWmX { background-color:rgba(var(--color-tertiary-4),1);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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:amaranth;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:6.28125rem;left:40.15625rem;display:block; }
#P0dh26OkA2M2IaGUPQNRRTB3C2BFsTJe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nvykyuapxQyHZ4qA6eHB9lpnXTB4Ooob { display:block; }#nvykyuapxQyHZ4qA6eHB9lpnXTB4Ooob > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8zwzwUTdcBTqk05Uac8Gvx4tXXz6Rc8 { top:8.0625rem;left:39.5625rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf8gULSCb1LvoR8ZDHGf7Bh7XkZIBxwR { width:20.5rem;height:3.4375rem;top:67.25rem;left:15.18896484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpCL68y9G0lsUrnWh01v39e1vlTCKGkZ { display:block; }
 }@media only screen and (max-width: 763px) { #OF4KStF1gimOap0oqztKCKPG4EsWABnS { top:26.1875rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSpRGxvRpXVlUIvcFFiQw16aatl5tHUv { top:23.875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlzTEbJn1BCB7iHA5TJ5bCFH2wXNd9Dz { top:3.75rem;left:11.03076171875rem;width:27.625rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgqT7H9cltBDxqa6BA4GcolI7TlQSxrA { top:33.9375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrNux32GJOiIJxrrDte8A0k002GVwDIW { top:60.3125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBm6vWqkeTTF1acq7BistrePhNRU9TZG { top:47.875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPhhcaDSQRKksAwFh4U2mTdBaSCuxzxF { top:43.0625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJpndLbumhwrLNMKfn46PnEPmubuggiC { top:56.9375rem;left:0.8125rem;width:46.9375rem;height:3.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP0XTLt8qfPKOqsknE0yduXIM0dgZcCy { display:block; }#bP0XTLt8qfPKOqsknE0yduXIM0dgZcCy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OguKLR5UviefbrNkEhXET095zQtmByaT { width:47.75rem;height:5.5rem;top:7.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBEJc8u486bpzF1xRIranOxGIyV0THXS { width:47.75rem;height:4.0625rem;top:3.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfVT4wNGuW1f7HoRz1CJA6DE4r04S29Q { width:19.9375rem;height:2rem;top:29.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LySoGLdkmQR5ZofQwZ2nwGEPnluE6P5c { width:29.125rem;height:9.625rem;top:32.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGoqft33G0MbO2TsPUK5JZ7TiCx4r5g4 { width:19.9375rem;height:6.875rem;top:59.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXR5WUaZ60XxdeoiEXA1IXpdMLtJ7wpp { width:19.9375rem;height:2rem;top:56.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #doxl0SViyZdRhF9Fsn1LxMVsC4i8Wlib { width:19.9375rem;height:4.125rem;top:59.9375rem;left:27.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #znbqmJxIhpUNcE3amuFmxhoMCSaiGC3v { width:19.9375rem;height:2rem;top:56.125rem;left:27.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJSlEiwg3PSRvzoDPT3Slyhhyx0ol5GI { top:15.6875rem;left:2.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSkSR3U6Me5gCPk2gUbQTTLMKMLJ9wal { top:43.25rem;left:2.6875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLo9Z8g5yg7pW6SEup80656z7SuMKP3G { top:42.5rem;left:34.09375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM9XZAkA7UcATqCl0Ri4LGNxK0K0Ug7o { top:44.6875rem;left:4.25rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVT9iWREbAdJPGZBVTJKZwAGELemtpIy { top:43.375rem;left:35.71875rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl90QZ1rvkSmz0dJasFypMr8iDsAJStf { top:17.125rem;left:35.65380859375rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0IcDZXMu9xmBmcXnl2STQ03M2JMwy8Z { width:20.5rem;height:3.4375rem;top:70.0625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hemdsATUIi9x43wwkxHOk4S9x2mXEETV { display:block; }
 }@media only screen and (max-width: 763px) { #EMHgJQ47o7uIqhXdHKmDW9lTMGt2AKLg { width:19.9375rem;height:6.875rem;top:32.25rem;left:27.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhUFFbCOKqP061WWufrqV5s2cBvhEwzU { width:19.9375rem;height:2rem;top:29.0625rem;left:27.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ2umilB79iZFcRQ0339g8lN3vN4tT86 { top:15.6875rem;left:34.21630859375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwJiEaO6PJWDnDQxD7IfbVDxn66A5gMo { top:16.1875rem;left:3.9375rem;width:11.125rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWRglNNpQ66zHu7d8ERVxetht8bIQmPe { top:13.875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUyHaqWoeXd5C0Nbql6lbKRycm3kxxe2 { display:block; }#GUyHaqWoeXd5C0Nbql6lbKRycm3kxxe2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0o8GHJtxXUdtvfRZLAuHZfAzWIxf0po { top:10.5625rem;left:0rem;width:28.4375rem;height:3.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LePW3J0uaA2KIclos9mgT2mniuOqcGMk { top:16.5625rem;left:0rem;width:32.5625rem;height:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GERl6QGzPdCBhJciXolCmZvf1TzIg7DM { top:6.125rem;left:22.6875rem;width:25.0625rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnNNkC8DSPWQaJng3rbauW0CHWcdsnez { width:20.5rem;height:3.4375rem;top:30rem;left:2.2802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LISHROzOmfXwSBPF9vGdcsa5oWqxsT3D { display:block; }
 }@media only screen and (max-width: 763px) { #rReXiUzELswvUhnaXcnhMU6rNZHNJKRJ { top:27.3125rem;left:0.8115234375rem;width:26.6875rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLLTgfr0HoLrlz8mGk90SGaHMaoLZCbH { top:3.0625rem;left:3.9365234375rem;width:21.875rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv3MfHJQ91rwVFiwwBVqASbg8eN4t883 { display:block; }#uv3MfHJQ91rwVFiwwBVqASbg8eN4t883 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8yi5k9xDMZphWBmsTR5KI6dwU9AwLxg { top:12.375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wouFykR8Sw517GIGA3vpR8yO5mCWD0aP { display:block; }#wouFykR8Sw517GIGA3vpR8yO5mCWD0aP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nhdEHwTpM1V0IlGhPlifaNfBiHR8X550 { display:block; }#nhdEHwTpM1V0IlGhPlifaNfBiHR8X550 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BhzQhqCoe0qT9CswJghp8y41MvE0uzvh { top:5.0625rem;left:2.28125rem;width:44.5rem;height:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxXgTVHhib6ip7X4FhG7tXQH06kKWlDy { top:109.4375rem;left:6.84375rem;width:34.0625rem;height:8.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfbcHC9EO2K2hWPzFxRX1P1zLVdP7BKx { top:27.1875rem;left:0rem;width:19.125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz1518aXkqmTXltf4s8Q6ezzOTsLGo4S { width:20.5rem;height:3.4375rem;top:125.6875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsKVoeOWz9paWnP7MJyHUxW5FEgTITqc { display:block; }
 }@media only screen and (max-width: 763px) { #PS4zGqJTP9C4W1JD4xrdCZC1VKEKsCHy { top:19.5rem;left:20.373046875rem;width:17.5rem;height:45rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IglNKAhEe1HcdLfqV52wBOaenTCzU2em { top:66.875rem;left:14.9990234375rem;width:14.8125rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTcgNopMRVaPLFi3xNWTEGyTMnScX9qo { top:95rem;left:0rem;width:47.75rem;height:35.315104166667rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ5wWZ6wJOJPHagtURXn1pvpcxA6lRcu { top:83.25rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNTcB6OJvCHAXL493FCcf1Z6z4XDioUs { top:19.5rem;left:18.28125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFwMDh6Z1MyGPfgFl8V5w5z9mPF4T2IO { top:21.625rem;left:18.28125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvoiPACR84XryD5PHqeQ2cL0cEUE2kVl { top:23.625rem;left:18.28125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5LiJg9g2NfDyRLa3OXcfC6ADQknuyD1 { top:27.1875rem;left:18.28125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgDuniyLUyu6INS3lOqANFcQfqEEtRKx { top:25.75rem;left:18.28125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAl63eTzxykoS5WvbHkTeacVUQF90Zgv { top:63.125rem;left:18.28125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em2wzZUl4XcIxwVsv7bH1arNNztALWDk { top:60.8125rem;left:18.28125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS5tIsD44SBuLzBQNfXq2heb8MWpZibM { top:59.4375rem;left:18.28125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkScOSXToQGq3ks8dC3BEdNKs3z9fLeb { top:57rem;left:18.28125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWkDT4oJ4AAhQAmO6iTL6LuWIT6fahUo { top:55.5625rem;left:18.28125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXVukeCRwtJioeuqT4amOz72EzM9rtVm { top:53.3125rem;left:18.28125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWcwq53Kh32bAKrEbyLrpFiakXmWSSBQ { top:51.125rem;left:18.28125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwFwWcU71ZrDUQuCaMbdiGeK13b4aGoF { top:49.6875rem;left:18.28125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #clGWEz9F5DcsFQDrNTUSAePmihMqihQA { top:47.8125rem;left:18.28125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9llHdDAJ1x8qKd7iqJpIACxSuq1nsbX { top:46.5625rem;left:18.28125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGkNRneO1Ty4ntR7Wq9W8GSINm3oKmQL { top:44.5rem;left:18.28125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCsFuIPp8HS1h8bvAWAgJ3PzcQVmwyui { top:43.125rem;left:18.28125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXXU4bLEOImthayIJO6dn0rt5u8HlhoA { top:40.75rem;left:18.28125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkRx9swVSCObFVJMzhgoOxXHDnyg2rld { top:38.3125rem;left:18.28125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvHiTPQyt3NIAqZuadP9gzeLiHq1NZmp { top:36.875rem;left:18.28125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWczsiIBUbLftqmXe3SqO3gFsvWIhZwZ { top:34.5rem;left:18.28125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2ixPLEZfgTcQzFnIoytf568L6MMEDRM { top:33.0625rem;left:18.28125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvHBZKKNNFGv6Aayo97H1RXPuHTw5AoB { top:30.625rem;left:18.28125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef3Vb2Gsqls7g7Zq6UMvIGXMWpZyHEh0 { top:29.1875rem;left:18.28125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoh67o1UPmxCxpFNM3O8abgARyCJ3U8e { top:90rem;left:15.5rem;width:15.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBN5TWPprHEwK2BpnFtraSOlBQmzWbCl { display:block; }#sBN5TWPprHEwK2BpnFtraSOlBQmzWbCl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7r8pXysNChreTWope1kdFUnPRQGHqTr { display:block; }#O7r8pXysNChreTWope1kdFUnPRQGHqTr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OXPOvRRMRRdt6C7lsUffUQ1TsymAvzNX { top:9.75rem;left:23.125rem;width:24.625rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpSfk8rrB7bkWglTqu1DnnkyV0OZKiyn { top:13rem;left:15.1875rem;width:32.5625rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPztqURIXtIET7bLiToAp1AULAAkwXIS { top:3.625rem;left:0rem;width:25.0625rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVf7C38mcvMvp1NItNWc8PTKgyw5QpJT { top:24.375rem;left:24.25rem;width:23.5rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bhd3wJz3DIBZhhst96vp9GpTvyWEFt1m { top:0.6875rem;left:32.0625rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohGIkX8VfFZJATksNFy1sKDtPvKSLVy9 { width:20.5rem;height:3.4375rem;top:26.875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTz6WRzkRyXvVzmf8auATibKBOxVxRFT { display:block; }
 }@media only screen and (max-width: 763px) { #qx5Z3poscZsVb32IiEULdSq2MtX3MVLD { display:block; }#qx5Z3poscZsVb32IiEULdSq2MtX3MVLD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #osWaK9oKpn5hBcVbGopt89SPTXrqEEdi { display:block; }#osWaK9oKpn5hBcVbGopt89SPTXrqEEdi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G33UQ1mq50No0bzF2yRlHwxVObZxtUgI { top:11.4375rem;left:0rem;width:28.4375rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRmfTfP1Sl9tPJyDrmvgaGKEoJAiBwWg { top:18.1875rem;left:0rem;width:32.5625rem;height:21.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyor6GCaDgk2KRN1IJu7ud6DPP7fclH7 { top:6.125rem;left:22.6875rem;width:25.0625rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdXfMu6l2gOLpM01LTNeiM8RR7q8Tikw { width:20.5rem;height:3.4375rem;top:47.5rem;left:2.2802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxh4SrqLoDZWVpcO85rqWvKTv7sGXB2n { display:block; }
 }@media only screen and (max-width: 763px) { #o1CmvroLFQEAvzQeI7rZ0LN60BS7vyIB { top:43.8125rem;left:0.8115234375rem;width:23.5rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNxnFI60HABvgf3ixcKMayiEl5oicpAl { top:2.0625rem;left:7.8740234375rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecbv47uzkQ5TgVLcMaa4B5VI07HnDgeI { top:4.5rem;left:37.6240234375rem;width:6.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uulOHTfyXaTbQlHGX5MpU2GgbIHMpeZA { display:block; }#uulOHTfyXaTbQlHGX5MpU2GgbIHMpeZA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F1hohoARoeIW8aSEBigoscRZHgCLIL8Z { display:block; }#F1hohoARoeIW8aSEBigoscRZHgCLIL8Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyTakgS4czwqQKCe3TsELm6JSUKdevLv { top:9.9375rem;left:0rem;width:28.125rem;height:3.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXM3townGeLRPIWrZ9uRdZwSm5kXfFJ5 { top:20rem;left:0rem;width:34.875rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5r19UrTo0NSox3EieMITm5ooSvPczLv { width:20.5rem;height:3.4375rem;top:28.3125rem;left:2.2802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytzKr7O7w0qSeUzEOiegZUBSubm7aph3 { display:block; }
 }@media only screen and (max-width: 763px) { #aUmnbGv0L3d7t7kG9EsmyTTLxQu4zIyo { top:25.5625rem;left:0.8115234375rem;width:23.5rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXM3XHLtVoro8eQaKlPRdn4VG6rEDntd { top:14.1875rem;left:0rem;width:24.9375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5V3hS4HJQdATRlG9BCilL2dycT0MbOB { top:11.8125rem;left:21.8427734375rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE2BzoCWGwERfaLTOsIz6PfhEiJyouRT { top:9.9375rem;left:29.1875rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTCnLqUaHcJTU9Hx2ySxoohHax9eHrBL { top:2.8125rem;left:0.75rem;width:20.6875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONlrSDXtQbNOwgnRICyN7BMTV0w2TuqI { display:block; }#ONlrSDXtQbNOwgnRICyN7BMTV0w2TuqI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GLu0tRFbEW8BIpIRMkq40ThzkkifxmU7 { display:block; }#GLu0tRFbEW8BIpIRMkq40ThzkkifxmU7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzgsD7dvqrzFtmRSNbB8QW8xbLl8EoAf { top:16.9375rem;left:1.625rem;width:30rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLHMGTHDZeip07kN0curi3wwtvby9lpX { top:1.8125rem;left:31.25rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTnVcdA53hNZ6qaAEgLziTxxdlqreqb6 { top:38.1875rem;left:27.34375rem;width:11rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNTz3ZHkMXOI9OAnDJuqHzLextN0MZf2 { top:35.5625rem;left:0rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1OSUZJkuxbyR9sHkMHXCaATRWCZuD7g { top:20.5rem;left:34rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnz0Dur4HoUykGmup65THmxhN95XnFZf { top:22rem;left:8.625rem;width:16rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4Wn3tLE7darQyeoW608rNhW5EoMWIP8 { width:20rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FoI7n4bWDDDDSqAVkf7uvMilE9MeV213 { width:20.5rem;height:3.4375rem;top:54.75rem;left:14.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdDhWtRFxI6NMvnTqvzPtd0tfD2dLd9m { display:block; }
 }@media only screen and (max-width: 763px) { #sqXQu6s485S3bHq8G2OXKLhMAxMNh5Ou { top:6.1875rem;left:0rem;width:3.6875rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNcKAzl7obM5weIgZ5UbyaEUHTfWrAXm { top:26.125rem;left:0.8125rem;width:31.625rem;height:2.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBt6tCOXHoUaU8QEUy2gkrVEHfppVrhN { top:7.625rem;left:3.3125rem;width:29rem;height:3.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9edupX5HodaUMiw1OL3ClhEGXZLMq8M { display:block; }#o9edupX5HodaUMiw1OL3ClhEGXZLMq8M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N7qzWD13DQqtxFKfXweXmu02GtNTyilC { display:block; }#N7qzWD13DQqtxFKfXweXmu02GtNTyilC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glpGtWWhbShddvBNDBZo8EZWAIarb8Af { width:20.5rem;height:3.4375rem;top:54.9375rem;left:12.9384765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuaTdgvEknClwgfQTfi4DqJ7WVgvtBw4 { display:block; }
 }@media only screen and (max-width: 763px) { #sL4lqrRsKKusxnfKESaLDCikXLXIToGL { top:9.0625rem;left:0rem;width:28.4375rem;height:3.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upx1X8IOwEcNZgEdv8E87vcpCV9ASeqz { top:14.0625rem;left:0rem;width:34.5rem;height:21.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxxfBZa9SgzanbJxlBAEgrosaovAJxRS { top:42.25rem;left:9.875rem;width:26.6875rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEQVJUMFCNVcSB7LSEILK9U4OM5N2Rxx { top:3.875rem;left:0rem;width:28.4375rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9XNJGtvJXrvSTXC8ubRPIyEvdofF4Em { top:0rem;left:7.3125rem;width:36.25rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcXnkDL9yCL4d1wRaDCZ05lVSlUNAu65 { top:47.125rem;left:17.8125rem;width:9rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNAEQmGuPSs5ClaH0451AAkbtCpkH0DX { top:0.8125rem;left:0rem;width:12rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8TX8BPp3wAnD8wqyEnfXthJaIxAzIk8 { top:14.875rem;left:29.9375rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzqXObh2mIDB5w6eylgEft2gyAB20G6C { display:block; }#FzqXObh2mIDB5w6eylgEft2gyAB20G6C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elpwyTkOgoEPEpVT6HN75HdSdrTftMEk { top:2.125rem;left:0rem;width:45.875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vofO7cg88L3I6TJ0O17zCtowpPKc9QLQ { top:11.3125rem;left:10.53125rem;width:23.3125rem;height:51.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHnrQi3T7B21s1qKP5yiQ53cEtK3VryC { top:13.6875rem;left:10.375rem;width:23.5rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmhLhGGb1d1zNZB9gHViag6dCzpR70VR { top:18.9375rem;left:10.5625rem;width:23.25rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTzbHhFU3ekV3DHkUz7yHfteEGyeRibV { top:22.0625rem;left:10.4375rem;width:23.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFNpVFdUUSw9mNDAMNRPl6XWp1wztA9k { width:17.5rem;height:3.4375rem;top:25.5625rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttgbmJQ4iLMeviaxbe0BaRik9selZrMg { display:block; }
 }@media only screen and (max-width: 763px) { #yo41O9l6bMECB4BmgaasvMcWetQ0yxbA { top:16.5625rem;left:10.4375rem;width:23.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0B1WKPcTynx8m7ANBmWocmAMcRoo3sL { top:30.4375rem;left:12.0625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce2xSTUIZMr0KMFU2MfATuKUBsJ2qmvk { top:32.5rem;left:12.0625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWbQ8xM7dF7I3qcTtUi2H4sgC8z2TaaA { top:35.6875rem;left:12.0625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2d598TlPVXFcQgdzqaReWkHewC1wnxv { top:38.0625rem;left:12.0625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgTivbi4byc5X6C8mbIRddkJH665tZI6 { top:41.375rem;left:12.0625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRcCu0qfFblSVu86By6svCdEIyHf2qpT { top:44.75rem;left:12.0625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv2A3SxgoFVmGTGIPGxAwm8RqTKriT4O { top:48.125rem;left:12.0625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5bzK7nQKx9oocZFJ70sHabmuu3eDMMc { top:71.5625rem;left:10.5625rem;width:23.3125rem;height:47.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTUJ5K7F6bTBsg2iFa8MWP7oLc26TnRV { top:73.9375rem;left:10.4375rem;width:23.5rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #txJWA0ecdG7wkKZ7Vy3K5RTUK26qI5mB { top:76.8125rem;left:10.5rem;width:23.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6q4PKQm0Dd5PT7wmcwV4sJkv7S5G5R3 { top:79.1875rem;left:10.625rem;width:23.25rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd2DC3c0TItVQQfz2qRUqvTlqVfqNgTW { top:81.875rem;left:10.5rem;width:23.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbdthHLeruEf6PzsyMXWQ0OnIpN5BKlL { width:17.5rem;height:3.4375rem;top:85.8125rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q50Kofdy6nNlOCsOxoekUb49eags7Gha { display:block; }
 }@media only screen and (max-width: 763px) { #VeqWvLmT6KPt5XMSZ19kmEfBGTXDeXRe { top:90.875rem;left:13.875rem;width:19.6875rem;height:26.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRaQTUyz23IqkxbHTxQ67KUWQVSG4CR0 { top:90.6875rem;left:12.0625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te91y3trfiQR46ubogLVteicernO7X5A { top:131rem;left:10.5625rem;width:23.25rem;height:51.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9uIToehl9He6kOe4fUcCWJ1Cg691K2T { top:133.375rem;left:10.4375rem;width:23.5rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5HCe1fmvinqJsxbm72IsHzhDzgAOOyR { top:136.25rem;left:10.5rem;width:23.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GynHxlMTtxTwnvFkTkBOioaKAdlT7K5U { top:138.625rem;left:10.625rem;width:23.25rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ863lV14OZqff7RWHEUl41AAV54Cqeu { top:141.3125rem;left:10.5rem;width:23.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkbMDg3Z8dysHRBx0P84Inv5896X3ewo { width:17.5rem;height:3.4375rem;top:145.25rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrnbLOKghVl1ZbuR1EPE8bKzQGZExSRF { display:block; }
 }@media only screen and (max-width: 763px) { #IFbM41ktVcvUmpT39qxVJJXEq752EZZ2 { top:150.3125rem;left:13.875rem;width:19.6875rem;height:29.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGJJN2wirKmgRnmodRaeHbJTA95DVdMG { top:150rem;left:11.9375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT6dIE4mIQelVUZOtcoiCWtyEg43JLTz { top:80rem;left:24.78125rem;width:7.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OblWwHIWPXTFcWac6sOInCDI2Vn2bJ3u { top:92.75rem;left:12.0625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1PTd8sgIArvrBNH7WttaEVZUmtqFFBR { top:94.875rem;left:12.0625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XATR4yCoI1qsIhT4AuHBVTbxn3EkR2VH { top:97.1875rem;left:12.0625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxufqfLh3b9usBLn5noPJ770uFdovwEz { top:99.4375rem;left:12.0625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDy6Ziklk5TJqbCgLN0e7DtG2cwRy7TH { top:102.6875rem;left:12.0625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcFb4mETHTipTIN4Lq6Wlzssi1G565L5 { top:105.9375rem;left:12.0625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo3dXaBqCDaO9CDTSoVaEyvwrNkWlrcp { top:109.5625rem;left:12.0625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Row5GZ4MGryuHzcAnH0Rt76XTqEL1Nze { top:152.25rem;left:11.9375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G881BbV9H9ngnANQDsff4tEq2gTQlNcA { top:154.6875rem;left:11.9375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw1ulRQnVnomFaeVhiSbOi7mnbqRrTwk { top:157.75rem;left:11.9375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1uQnVB2cI89K2KTVEc1Na1ZWTFNreQ6 { top:159.875rem;left:11.9375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRo52FRIsfJL4Eapr5Q50DxQuciJNIMP { top:163.4375rem;left:11.9375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBDAy0R7ZTIItdn0GMulEba942IGxXrP { top:166.5rem;left:11.9375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbw0JcZgTnSCwkS4as2h9Zi2um8sBBub { top:169.75rem;left:12.0625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyWCvFQZaMNsAFBrlOkLdP75IOSQrOCf { top:5.625rem;left:0rem;width:45.875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECd43W6oth0xzgQlsmv7BAdoSXoWdLEy { top:173rem;left:11.9375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT3Wvc8hrw3TROOSDEKBtJHa7f95BLGh { top:176.25rem;left:11.9375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJVxFH1L3pZyJpV6gVOh5m5chid1QvvC { top:30.5625rem;left:14.03125rem;width:19.6875rem;height:27.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry5q2VhiXTJ7nShcGv5IesFAQVUliLpt { top:51.375rem;left:12.0625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlftgXTI7TeCJncozXA1Qy4WL7eK3Srb { top:54.875rem;left:12.0625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBVn4U0m7sdIAKctEcysqvSXaAF3yphM { top:112.75rem;left:12.0625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAgQyZEhqxZ4CRgb9fUwSTmycaTuZKRV { top:115.9375rem;left:12.0625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbpONBkMHIx2JLdu1TST1rHB2nFhTpQU { top:7.8125rem;left:15.25rem;width:12.5rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xooGg6b37LKscIERrvlD6rTMiTwAAbnu { display:block; }#xooGg6b37LKscIERrvlD6rTMiTwAAbnu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QsXIAnZT1ihaAExARGOG98Rd91ARNl3I { display:block; }#QsXIAnZT1ihaAExARGOG98Rd91ARNl3I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTIdGN3d6mD1N47LlsuwmfzzcHs48H48 { top:2.0625rem;left:11rem;width:23.3125rem;height:45.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4pfXGwiDWsycrdoGdLkwwAy4oP6G6UC { top:14.9375rem;left:16.25rem;width:12.5rem;height:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-input-button { width:16.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.25rem; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5  { width:17.5rem;height:auto;top:16.1875rem;left:12.65625rem; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 {display:block;}#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 { width:17.5rem;height:auto;top:16.1875rem;left:12.65625rem; }
 }@media only screen and (max-width: 763px) { #hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #J2KqiehJDEDGxK3W4pmTMTLPehIvHhzB {  }
 }@media only screen and (max-width: 763px) { #hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #oR4XSXlaZXBmvarf1MUNW0MXaLQmmVnv {  }
 }@media only screen and (max-width: 763px) { #hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #pnnE5ETcDoa2SJBrbDzGtPn3a1il1e0a {  }
 }@media only screen and (max-width: 763px) { #hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #TGeAXDVpotMU7wGzXoQOJ9HbmWFUmP8U {  }
 }@media only screen and (max-width: 763px) { #hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #TaSJFqCH2DBTRxHGdigXQJ0rLEgAwf5T {  }
 }@media only screen and (max-width: 763px) { #hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #sL6SH6h9dLfgIqe2nRCvyrxH4zlffbbW {  }
 }@media only screen and (max-width: 763px) { #hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #QpOhGEEnypxy8War8fhbIAwGLaFbHbhU {  }
 }@media only screen and (max-width: 763px) { #hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #KZ35fP1lvVPiAhIZVSOzqUqzIlREeTmn {  }
 }@media only screen and (max-width: 763px) { #hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #ZsuV0O4ioSGFLzzPCVbkTtQqHGyXMVFX {  }
 }@media only screen and (max-width: 763px) { #hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #pXUOs2LOFH04xb6na0XD5VRd28CAU19n {  }
 }@media only screen and (max-width: 763px) { #hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #lSEdnJHegp2AudOk3M4PiqNDhaHZBmsP {  }
 }@media only screen and (max-width: 763px) { #hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #BBtmaK0q6nPn7SM4HSknpEh7qROAusuv {  }
 }@media only screen and (max-width: 763px) { #hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #XuNlvFxcFl7Gw4PVtiLVZLbiCmo7tC42 {  }
 }@media only screen and (max-width: 763px) { #hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #LBK2WaRvVbZiWTTVCUM5kth7niLFELpk {  }
 }@media only screen and (max-width: 763px) { #Tb5kCv666rLuul0mZ71W1iL9fw7b2rHZ { top:2.8125rem;left:11.5625rem;width:21.875rem;height:2.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPd68xXa6TfXrDcoqOc5oR5GFZACu8Dy { top:8.125rem;left:15.0625rem;width:15.1875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTJfBdXuk414Wb84kDubsAZTmDdT7glq { top:5.25rem;left:19.40625rem;width:6.5rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2is248EutpBzXQeQ35bsRPg4MuwfQAW { display:block; }#w2is248EutpBzXQeQ35bsRPg4MuwfQAW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRUdazZluTxUyag4weDlvEnXJ3KInuIl { display:block; }#CRUdazZluTxUyag4weDlvEnXJ3KInuIl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMUwvuzl1GbpdaLVLUxGnLJsr0ZdgXL6 { top:2.75rem;left:20.6875rem;width:27.0625rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSHXEH0TautWzcJtpyNSr41yU5KgNeEK { top:20.5625rem;left:3rem;width:21.375rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7edMcSSdz6Omeu9vaE85CUou1VHzR1R { width:20.5rem;height:3.4375rem;top:32.5rem;left:16.0009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBlTKPeDxQrs2sITyX4qQsFy6lqycUTg { display:block; }
 }@media only screen and (max-width: 763px) { #MTSiJJM9zlDV3UGZFTyJx3NGKEc72Uid { top:9rem;left:3rem;width:25.3125rem;height:8.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfrwbkzfv6eH7LE1Fua3oBks5LBHrggW { top:2.75rem;left:12.25rem;width:21.375rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzGAyLx9PfGgFTUnD91dzldu1I9qIClf { display:block; }#lzGAyLx9PfGgFTUnD91dzldu1I9qIClf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcVDgtvuoxQg7cX69nLz3oK5guM8IJfp { display:block; }#vcVDgtvuoxQg7cX69nLz3oK5guM8IJfp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gEP8sAy5yPgt2iziWTLhKCxuUmfxOR9C { top:3.1875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlPEQZbg0mCPoMwCQbMnTbWoCZ7XabJV { top:7.375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCblE6JXT8ltQKH1W4LpkW0xInu9u64D { top:10rem;left:13.65625rem;width:20.4375rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioNzisc2idKAuDgvO39ZkdvBSdeDCsVW { top:31.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob8RTE0MzheKbBH7ovhGpLHG70EBM1e2 { top:41rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS { display:flex;width:18rem;height:5.0625rem;top:51.75rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #mgtKxZP1xPmWaMFKqtuvcHVtUeRl4J0F { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #uQ6FUpGLZdKumkBSrtKm1DQZUcaQrAlw {  }
 }@media only screen and (max-width: 763px) { #T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #s0RMaWDXA9TqMNAHt9p41Cw9mDamm0ni {  }
 }@media only screen and (max-width: 763px) { #T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #DJy7ru3Jh8Q3P31kwyFRFOL7BdohMlRi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #lDgo4pSuI7x5Di5wBpsehS2U3HC63GnJ {  }
 }@media only screen and (max-width: 763px) { #T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #pKkkvq120pJWOXC7kOaZgT6N5ZQTo83H {  }
 }@media only screen and (max-width: 763px) { #T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #qZIpkTxDTewnO4Anm8giMO8XTdx9HI9y { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #ubtkluSSf1DkU6TxzqW2xmSoslPfBUHy {  }
 }@media only screen and (max-width: 763px) { #T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #SSwIkVw6uRX0XIACTnpgSvTM7W3sckhS {  }
 }@media only screen and (max-width: 763px) { #T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #K7GnXlbmVwlmH4Ukm9ogpuNtAX7aOtDw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #LTT4IwEHR8lr6mLoKLkLkD4XDHcx7B6d {  }
 }@media only screen and (max-width: 763px) { #T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #GKIVuotalpq51WKD9npS9LBOH0R4gABU {  }
 }@media only screen and (max-width: 763px) { #hl87yZOQyBzEUPlTvpQimJF209Ire0PC { top:55.625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #upl7oqU0zWTcItLo6hNtQRD8n4vT6SzM { top:34.8125rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5IOitnbA0SOIAU72T4JJA3SHi0iIMXA { width:20.5rem;height:3.4375rem;top:62.0625rem;left:13.7578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP7WaV6K7GSIbns3skFLNE3SZTBK6iwL { display:block; }
 }@media only screen and (max-width: 763px) { #W9SLa245lJ2QxvV2RaFARWMgETNVcdux { display:block; }#W9SLa245lJ2QxvV2RaFARWMgETNVcdux > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JEX68krHKT0I47fNGoKBBVSy4zDEIPpX { width:47.75rem;height:1.625rem;top:6.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5LDkUZlIbsaTOAnNFTZiSvFt4R2ir1w { width:2.5rem;height:0.125rem;top:9.5rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn4VHM7EuSWAfBJuoKULtWeWRZxErzgn { width:18.9375rem;height:15rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXuHrwaRvEyAQQCMMRmfd6oHu83MsaPr { width:17.5rem;height:10rem;top:15.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOq6tDinB8VeJRGa7ZI5g61BCqo9tJHe { width:11.25rem;height:1.625rem;top:30.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9REmNJPoWky5aiMawa1lFX8XFXcogde { width:11.25rem;height:1rem;top:32.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXI0ziQIpmeTXiEZMOwersTbXC0mL2Qk { width:4.5625rem;height:4.5625rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaGTEDMe3KLaH3d5OxvhbVZReDtCOdlV { width:11.25rem;height:1.625rem;top:30.125rem;left:20.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #maCtoZEaWGFnpAT1szTV7wiEPG4NTBaO { width:11.25rem;height:1rem;top:32.3125rem;left:20.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9e0eS5EssQUhxMJysptxQczzybUkQ3T { width:18.9375rem;height:16.875rem;top:12.9375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTHS2txv6eUIZOCcXpBGoOvL4bvsOF7c { width:17.5rem;height:16rem;top:13.4375rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvaMwyMRTxVRr1ohnVLoekHs5zLNq14B { width:4.5625rem;height:4.5625rem;top:29.4375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #udbauagWLc7C9BpwUbTQIsTafppxRV35 { width:11.25rem;height:1.625rem;top:30.125rem;left:36.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDxd1owM1hvMk1dnBl89OOFA8QrTMmLv { width:11.25rem;height:1rem;top:32.3125rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTeRduf5QtW8llpmPfHdy4hhGUzT1KGK { width:18.9375rem;height:15rem;top:12.9375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdVoQVciAPmAbko8xomOsd0tSLfeeL37 { width:17.5rem;height:10rem;top:15.4375rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsT0PT2aQZBStptLBakWM798CRmmIlw9 { width:4.5625rem;height:4.5625rem;top:29.4375rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQxE9UTPO686Wd6KUAfXtvkTwG94OGa2 { top:1.6875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2Jx1KcsLlTr6antuASOX2gazbHkCWuU { width:20.5rem;height:3.4375rem;top:38rem;left:12.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8Nw9AKEV4zwAD74soEBGFkfd0hcQafD { display:block; }
 }@media only screen and (max-width: 763px) { #JoJbJ7g0BVUvpxBur9AfKy1S43rUs05E { display:block; }#JoJbJ7g0BVUvpxBur9AfKy1S43rUs05E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tL7QB51sT47sOgxLV31d30z8hmprnFcQ { top:11.4375rem;left:0rem;width:28.4375rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmdMTMrgn8eUrv10V6T6CSAJC64oehM8 { top:15.5625rem;left:0rem;width:32.5625rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMKitAI0WUET8a8SxwCfM6PIEz4gOfKn { top:6.125rem;left:22.6875rem;width:25.0625rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtqoT4pWPGshToZWCDkTZT4a6Elh31n2 { width:20.5rem;height:3.4375rem;top:79.3125rem;left:14.6552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V31bp5TM5lKPo7Jh1TyTfryKrlaRt6Oi { display:block; }
 }@media only screen and (max-width: 763px) { #Hz09pZ79FTuxCCEMFg7TszUnkoANPJOq { top:2.4375rem;left:3.21875rem;width:21.25rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGFbK6O0qEPI3hoLRv5sxw0zLVB4qp7Z { top:56.125rem;left:0rem;width:32.5625rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #loxhAJdEpXNPueCfoTKFhKP3N8h7eWRD { top:42.9375rem;left:0rem;width:32.5625rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl3C2nSRPzsowNQMi36Nk0aZKs3Qd2bT { top:29.0625rem;left:0rem;width:34.3125rem;height:8.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf3tJJHn0iQNCXfh29z7I0ofpt92JEkx { top:67.6875rem;left:0rem;width:32.5625rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf7ClhzFZfIDTdxwgW0xJx8Tb9TTwxSJ { display:block; }#Cf7ClhzFZfIDTdxwgW0xJx8Tb9TTwxSJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T74R1cD6TIfAMZDpbeWeNvfeZMEChJld { display:block; }#T74R1cD6TIfAMZDpbeWeNvfeZMEChJld > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPU8cEVlRXAylmZ7IQCGcKCMiE9TqAdt { top:1.5rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #imhPt2IP6ukLbydf4d5JBoBXuC9lt0TA { width:17.5rem;height:3.4375rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlGewtBbZPCAZEN2Us39OkUN74qIeK5q { display:block; }
 }@media only screen and (max-width: 763px) { #evQWhGGiChtWJ9UXorHI9TlLdnFtGEOi { top:11.8125rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSR0LGQcxxFToWrNrxCVFewkUZ2QyddV { top:6.9375rem;left:16.8125rem;width:14.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZMBJQM1XNZwo7p2mPwWvUl12T8kHw9e { display:block; }
 }@media only screen and (max-width: 763px) { #e1go7ILagndCRacnSLB75RiUbQhkLWmX { width:17.5rem;height:3.4375rem;top:6.25rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0dh26OkA2M2IaGUPQNRRTB3C2BFsTJe { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nvykyuapxQyHZ4qA6eHB9lpnXTB4Ooob { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/470e3186-ce0e-4974-8790-436191faac5d/PLANTILLAHOMEPHONE750X375.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nvykyuapxQyHZ4qA6eHB9lpnXTB4Ooob.adaptive-delivery-prevent-bg, #nvykyuapxQyHZ4qA6eHB9lpnXTB4Ooob.lazyload, #nvykyuapxQyHZ4qA6eHB9lpnXTB4Ooob.lazyloading { background-image: none; }#nvykyuapxQyHZ4qA6eHB9lpnXTB4Ooob > .row .container { background-color: transparent; background-image: none; }#nvykyuapxQyHZ4qA6eHB9lpnXTB4Ooob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvykyuapxQyHZ4qA6eHB9lpnXTB4Ooob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvykyuapxQyHZ4qA6eHB9lpnXTB4Ooob > .row .container > .video-iframe-container { display: none; }#nvykyuapxQyHZ4qA6eHB9lpnXTB4Ooob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvykyuapxQyHZ4qA6eHB9lpnXTB4Ooob > .row > .video-iframe-container { display: none; }#nvykyuapxQyHZ4qA6eHB9lpnXTB4Ooob > .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); }#nvykyuapxQyHZ4qA6eHB9lpnXTB4Ooob > .row .container { border-width: 0; border-radius: 0; }#nvykyuapxQyHZ4qA6eHB9lpnXTB4Ooob > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nvykyuapxQyHZ4qA6eHB9lpnXTB4Ooob > .row .container { width:20rem;height:43.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8zwzwUTdcBTqk05Uac8Gvx4tXXz6Rc8 { width:4.1875rem;height:4.1875rem;top:7.6484375rem;left:14.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf8gULSCb1LvoR8ZDHGf7Bh7XkZIBxwR { width:19rem;height:3.4375rem;top:38.3125rem;left:0.5rem;font-size:1.25rem;background-color:#09aadf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tpCL68y9G0lsUrnWh01v39e1vlTCKGkZ { display:block; }
 }@media only screen and (max-width: 763px) { #OF4KStF1gimOap0oqztKCKPG4EsWABnS { width:20rem;height:3.125rem;top:16.603515625rem;left:0rem;font-size:3.125rem;color:#ffffff;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XSpRGxvRpXVlUIvcFFiQw16aatl5tHUv { width:13.9375rem;height:1.29980625rem;top:14.81640625rem;left:3.03125rem;font-size:1rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mlzTEbJn1BCB7iHA5TJ5bCFH2wXNd9Dz { width:16.6875rem;height:9.1875rem;top:0.9375rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgqT7H9cltBDxqa6BA4GcolI7TlQSxrA { width:20rem;height:1.21875rem;top:19.837890625rem;left:0rem;font-size:0.9375rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RrNux32GJOiIJxrrDte8A0k002GVwDIW { width:20rem;height:1.21875rem;top:35.5546875rem;left:0rem;font-size:0.9375rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tBm6vWqkeTTF1acq7BistrePhNRU9TZG { width:20rem;height:1.625rem;top:28.373046875rem;left:0rem;font-size:1.25rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DPhhcaDSQRKksAwFh4U2mTdBaSCuxzxF { width:20rem;height:2.5996125rem;top:25.7734375rem;left:0rem;font-size:2rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AJpndLbumhwrLNMKfn46PnEPmubuggiC { width:20rem;height:1.54345625rem;top:34.07421875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP0XTLt8qfPKOqsknE0yduXIM0dgZcCy { display:block; }#bP0XTLt8qfPKOqsknE0yduXIM0dgZcCy > .row .container { width:20rem;height:176.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OguKLR5UviefbrNkEhXET095zQtmByaT { width:20rem;height:19.6581875rem;top:6rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #IBEJc8u486bpzF1xRIranOxGIyV0THXS { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfVT4wNGuW1f7HoRz1CJA6DE4r04S29Q { width:19.9375rem;height:2.03125rem;top:51.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LySoGLdkmQR5ZofQwZ2nwGEPnluE6P5c { width:19.9375rem;height:23.2324375rem;top:54.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #RGoqft33G0MbO2TsPUK5JZ7TiCx4r5g4 { width:19.9375rem;height:10.722625rem;top:131.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #zXR5WUaZ60XxdeoiEXA1IXpdMLtJ7wpp { width:19.9375rem;height:2.03125rem;top:127.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #doxl0SViyZdRhF9Fsn1LxMVsC4i8Wlib { width:19.9375rem;height:8.9355625rem;top:161.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #znbqmJxIhpUNcE3amuFmxhoMCSaiGC3v { width:19.9375rem;height:2.03125rem;top:157.71875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJSlEiwg3PSRvzoDPT3Slyhhyx0ol5GI { width:12.5rem;height:12.5rem;top:37.234375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSkSR3U6Me5gCPk2gUbQTTLMKMLJ9wal { width:12.5rem;height:12.5rem;top:80.333984375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLo9Z8g5yg7pW6SEup80656z7SuMKP3G { width:12.5rem;height:12.5rem;top:114.84375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM9XZAkA7UcATqCl0Ri4LGNxK0K0Ug7o { width:9.625rem;height:9.625rem;top:146.8125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVT9iWREbAdJPGZBVTJKZwAGELemtpIy { width:9.625rem;height:9.625rem;top:115.53125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl90QZ1rvkSmz0dJasFypMr8iDsAJStf { width:9.625rem;height:9.625rem;top:81.771484375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0IcDZXMu9xmBmcXnl2STQ03M2JMwy8Z { width:19rem;height:3.4375rem;top:171.375rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hemdsATUIi9x43wwkxHOk4S9x2mXEETV { display:block; }
 }@media only screen and (max-width: 763px) { #EMHgJQ47o7uIqhXdHKmDW9lTMGt2AKLg { width:19.9375rem;height:12.50975rem;top:99.359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uhUFFbCOKqP061WWufrqV5s2cBvhEwzU { width:19.9375rem;height:2.03125rem;top:96.083984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ2umilB79iZFcRQ0339g8lN3vN4tT86 { width:12.5rem;height:12.5rem;top:145.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwJiEaO6PJWDnDQxD7IfbVDxn66A5gMo { width:12.125rem;height:12.125rem;top:37.421875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWRglNNpQ66zHu7d8ERVxetht8bIQmPe { width:20rem;height:8.9355625rem;top:28.36083984375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUyHaqWoeXd5C0Nbql6lbKRycm3kxxe2 { background-color:#1f9ec9;background-image:none;display:block; }#GUyHaqWoeXd5C0Nbql6lbKRycm3kxxe2 > .row .container { background-color: transparent; background-image: none; }#GUyHaqWoeXd5C0Nbql6lbKRycm3kxxe2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUyHaqWoeXd5C0Nbql6lbKRycm3kxxe2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUyHaqWoeXd5C0Nbql6lbKRycm3kxxe2 > .row .container > .video-iframe-container { display: none; }#GUyHaqWoeXd5C0Nbql6lbKRycm3kxxe2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUyHaqWoeXd5C0Nbql6lbKRycm3kxxe2 > .row > .video-iframe-container { display: none; }#GUyHaqWoeXd5C0Nbql6lbKRycm3kxxe2 > .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); }#GUyHaqWoeXd5C0Nbql6lbKRycm3kxxe2 > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0o8GHJtxXUdtvfRZLAuHZfAzWIxf0po { width:20rem;height:3.4121125rem;top:24.0830078125rem;left:0rem;font-size:1.3125rem;color:#031b38;display:block; }
 }@media only screen and (max-width: 763px) { #LePW3J0uaA2KIclos9mgT2mniuOqcGMk { width:19.9375rem;height:16.25rem;top:30.1728515625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GERl6QGzPdCBhJciXolCmZvf1TzIg7DM { width:15.125rem;height:15.125rem;top:9.0205078125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnNNkC8DSPWQaJng3rbauW0CHWcdsnez { width:19rem;height:3.4375rem;top:50.9228515625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LISHROzOmfXwSBPF9vGdcsa5oWqxsT3D { display:block; }
 }@media only screen and (max-width: 763px) { #rReXiUzELswvUhnaXcnhMU6rNZHNJKRJ { width:20rem;height:1.462675rem;top:46.4228515625rem;left:0rem;font-size:1.125rem;color:#031b38;display:block; }
 }@media only screen and (max-width: 763px) { #RLLTgfr0HoLrlz8mGk90SGaHMaoLZCbH { width:16.5625rem;height:4.8125rem;top:2.1875rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv3MfHJQ91rwVFiwwBVqASbg8eN4t883 { display:block; }#uv3MfHJQ91rwVFiwwBVqASbg8eN4t883 > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8yi5k9xDMZphWBmsTR5KI6dwU9AwLxg { width:20rem;height:3.8994125rem;top:6rem;left:0rem;font-size:1.5rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wouFykR8Sw517GIGA3vpR8yO5mCWD0aP { display:block; }#wouFykR8Sw517GIGA3vpR8yO5mCWD0aP > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nhdEHwTpM1V0IlGhPlifaNfBiHR8X550 { background-color:#10064d;background-image:none;display:block; }#nhdEHwTpM1V0IlGhPlifaNfBiHR8X550 > .row .container { background-color: transparent; background-image: none; }#nhdEHwTpM1V0IlGhPlifaNfBiHR8X550::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhdEHwTpM1V0IlGhPlifaNfBiHR8X550 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhdEHwTpM1V0IlGhPlifaNfBiHR8X550 > .row .container > .video-iframe-container { display: none; }#nhdEHwTpM1V0IlGhPlifaNfBiHR8X550 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhdEHwTpM1V0IlGhPlifaNfBiHR8X550 > .row > .video-iframe-container { display: none; }#nhdEHwTpM1V0IlGhPlifaNfBiHR8X550 > .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); }#nhdEHwTpM1V0IlGhPlifaNfBiHR8X550 > .row .container { width:20rem;height:141.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BhzQhqCoe0qT9CswJghp8y41MvE0uzvh { width:20rem;height:5.84911875rem;top:1.7080078125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxXgTVHhib6ip7X4FhG7tXQH06kKWlDy { width:19.9375rem;height:14.29684375rem;top:114.3603515625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LfbcHC9EO2K2hWPzFxRX1P1zLVdP7BKx { width:13.25rem;height:13.25rem;top:60.8330078125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz1518aXkqmTXltf4s8Q6ezzOTsLGo4S { width:19rem;height:3.4375rem;top:132.0830078125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsKVoeOWz9paWnP7MJyHUxW5FEgTITqc { display:block; }
 }@media only screen and (max-width: 763px) { #PS4zGqJTP9C4W1JD4xrdCZC1VKEKsCHy { width:16.5625rem;height:49.5rem;top:9.9580078125rem;left:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IglNKAhEe1HcdLfqV52wBOaenTCzU2em { width:11rem;height:11rem;top:19.9375rem;left:8.5625rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #uTcgNopMRVaPLFi3xNWTEGyTMnScX9qo { width:20rem;height:14.7900625rem;top:126.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ5wWZ6wJOJPHagtURXn1pvpcxA6lRcu { width:20rem;height:12.50975rem;top:75.7451171875rem;left:0rem;font-size:1.375rem;color:#80c5ff;display:block; }
 }@media only screen and (max-width: 763px) { #TNTcB6OJvCHAXL493FCcf1Z6z4XDioUs { display:flex;width:1.4375rem;height:1.4375rem;top:10.2080078125rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #SFwMDh6Z1MyGPfgFl8V5w5z9mPF4T2IO { display:flex;width:1.4375rem;height:1.4375rem;top:12.3125rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #KvoiPACR84XryD5PHqeQ2cL0cEUE2kVl { display:flex;width:1.4375rem;height:1.4375rem;top:14.25rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #k5LiJg9g2NfDyRLa3OXcfC6ADQknuyD1 { display:flex;width:1.4375rem;height:1.4375rem;top:32.9375rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #pgDuniyLUyu6INS3lOqANFcQfqEEtRKx { display:flex;width:1.4375rem;height:1.4375rem;top:16.4375rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #lAl63eTzxykoS5WvbHkTeacVUQF90Zgv { display:flex;width:1.4375rem;height:1.4375rem;top:34.9375rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Em2wzZUl4XcIxwVsv7bH1arNNztALWDk { display:flex;width:1.4375rem;height:1.4375rem;top:30.875rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #sS5tIsD44SBuLzBQNfXq2heb8MWpZibM { display:flex;width:1.4375rem;height:1.4375rem;top:43.4375rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #VkScOSXToQGq3ks8dC3BEdNKs3z9fLeb { display:flex;width:1.4375rem;height:1.4375rem;top:53.5625rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #PWkDT4oJ4AAhQAmO6iTL6LuWIT6fahUo { display:flex;width:1.4375rem;height:1.4375rem;top:28.875rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #RXVukeCRwtJioeuqT4amOz72EzM9rtVm { display:flex;width:1.4375rem;height:1.4375rem;top:26.875rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #LWcwq53Kh32bAKrEbyLrpFiakXmWSSBQ { display:flex;width:1.4375rem;height:1.4375rem;top:24.75rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #bwFwWcU71ZrDUQuCaMbdiGeK13b4aGoF { display:flex;width:1.4375rem;height:1.4375rem;top:22.625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #clGWEz9F5DcsFQDrNTUSAePmihMqihQA { display:flex;width:1.4375rem;height:1.4375rem;top:20.6875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #V9llHdDAJ1x8qKd7iqJpIACxSuq1nsbX { display:flex;width:1.4375rem;height:1.4375rem;top:55.625rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #XGkNRneO1Ty4ntR7Wq9W8GSINm3oKmQL { display:flex;width:1.4375rem;height:1.4375rem;top:18.5rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #NCsFuIPp8HS1h8bvAWAgJ3PzcQVmwyui { display:flex;width:1.4375rem;height:1.4375rem;top:51.5625rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #aXXU4bLEOImthayIJO6dn0rt5u8HlhoA { display:flex;width:1.4375rem;height:1.4375rem;top:49.5rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #lkRx9swVSCObFVJMzhgoOxXHDnyg2rld { display:flex;width:1.4375rem;height:1.4375rem;top:45.3955078125rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #TvHiTPQyt3NIAqZuadP9gzeLiHq1NZmp { display:flex;width:1.4375rem;height:1.4375rem;top:47.5205078125rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #VWczsiIBUbLftqmXe3SqO3gFsvWIhZwZ { display:flex;width:1.4375rem;height:1.4375rem;top:41.375rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #D2ixPLEZfgTcQzFnIoytf568L6MMEDRM { display:flex;width:1.4375rem;height:1.4375rem;top:39.1875rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #kvHBZKKNNFGv6Aayo97H1RXPuHTw5AoB { display:flex;width:1.4375rem;height:1.4375rem;top:37.1875rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Ef3Vb2Gsqls7g7Zq6UMvIGXMWpZyHEh0 { display:flex;width:1.4375rem;height:1.4375rem;top:57.5830078125rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #qoh67o1UPmxCxpFNM3O8abgARyCJ3U8e { width:20rem;height:20rem;top:92.8115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBN5TWPprHEwK2BpnFtraSOlBQmzWbCl { display:block; }#sBN5TWPprHEwK2BpnFtraSOlBQmzWbCl > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7r8pXysNChreTWope1kdFUnPRQGHqTr { background-color:#000000;background-image:none;display:block; }#O7r8pXysNChreTWope1kdFUnPRQGHqTr > .row .container { background-color: transparent; background-image: none; }#O7r8pXysNChreTWope1kdFUnPRQGHqTr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7r8pXysNChreTWope1kdFUnPRQGHqTr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7r8pXysNChreTWope1kdFUnPRQGHqTr > .row .container > .video-iframe-container { display: none; }#O7r8pXysNChreTWope1kdFUnPRQGHqTr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7r8pXysNChreTWope1kdFUnPRQGHqTr > .row > .video-iframe-container { display: none; }#O7r8pXysNChreTWope1kdFUnPRQGHqTr > .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); }#O7r8pXysNChreTWope1kdFUnPRQGHqTr > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OXPOvRRMRRdt6C7lsUffUQ1TsymAvzNX { width:20rem;height:1.70605625rem;top:24.7080078125rem;left:-0.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpSfk8rrB7bkWglTqu1DnnkyV0OZKiyn { width:19.9375rem;height:11.375rem;top:29.2705078125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yPztqURIXtIET7bLiToAp1AULAAkwXIS { width:14.75rem;height:14.75rem;top:1.5625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVf7C38mcvMvp1NItNWc8PTKgyw5QpJT { width:20rem;height:1.462675rem;top:43.9853515625rem;left:0rem;font-size:1.125rem;color:#fdb633;display:block; }
 }@media only screen and (max-width: 763px) { #Bhd3wJz3DIBZhhst96vp9GpTvyWEFt1m { width:9.125rem;height:9.125rem;top:15.1455078125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohGIkX8VfFZJATksNFy1sKDtPvKSLVy9 { width:19rem;height:3.4375rem;top:46.6972640625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTz6WRzkRyXvVzmf8auATibKBOxVxRFT { display:block; }
 }@media only screen and (max-width: 763px) { #qx5Z3poscZsVb32IiEULdSq2MtX3MVLD { display:block; }#qx5Z3poscZsVb32IiEULdSq2MtX3MVLD > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #osWaK9oKpn5hBcVbGopt89SPTXrqEEdi { background-color:#220346;background-image:none;display:block; }#osWaK9oKpn5hBcVbGopt89SPTXrqEEdi > .row .container { background-color: transparent; background-image: none; }#osWaK9oKpn5hBcVbGopt89SPTXrqEEdi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osWaK9oKpn5hBcVbGopt89SPTXrqEEdi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osWaK9oKpn5hBcVbGopt89SPTXrqEEdi > .row .container > .video-iframe-container { display: none; }#osWaK9oKpn5hBcVbGopt89SPTXrqEEdi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osWaK9oKpn5hBcVbGopt89SPTXrqEEdi > .row > .video-iframe-container { display: none; }#osWaK9oKpn5hBcVbGopt89SPTXrqEEdi > .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); }#osWaK9oKpn5hBcVbGopt89SPTXrqEEdi > .row .container { width:20rem;height:73.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G33UQ1mq50No0bzF2yRlHwxVObZxtUgI { width:20rem;height:3.25rem;top:25.3955078125rem;left:0rem;font-size:1.25rem;color:#11d3f4;display:block; }
 }@media only screen and (max-width: 763px) { #KRmfTfP1Sl9tPJyDrmvgaGKEoJAiBwWg { width:19.9375rem;height:29.25rem;top:32.7431640625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lyor6GCaDgk2KRN1IJu7ud6DPP7fclH7 { width:18.25rem;height:18.25rem;top:0rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdXfMu6l2gOLpM01LTNeiM8RR7q8Tikw { width:19rem;height:3.4375rem;top:67.9228515625rem;left:0.5rem;background-color:#f10f5a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kxh4SrqLoDZWVpcO85rqWvKTv7sGXB2n { display:block; }
 }@media only screen and (max-width: 763px) { #o1CmvroLFQEAvzQeI7rZ0LN60BS7vyIB { width:20rem;height:1.4624rem;top:63.9853515625rem;left:0rem;font-size:1.125rem;color:#11d3f4;display:block; }
 }@media only screen and (max-width: 763px) { #hNxnFI60HABvgf3ixcKMayiEl5oicpAl { width:7.875rem;height:7.875rem;top:16.0048828125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecbv47uzkQ5TgVLcMaa4B5VI07HnDgeI { width:3.9375rem;height:1.9375rem;top:16.0048828125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uulOHTfyXaTbQlHGX5MpU2GgbIHMpeZA { display:block; }#uulOHTfyXaTbQlHGX5MpU2GgbIHMpeZA > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F1hohoARoeIW8aSEBigoscRZHgCLIL8Z { background-color:#3d0c51;background-image:none;display:block; }#F1hohoARoeIW8aSEBigoscRZHgCLIL8Z > .row .container { background-color: transparent; background-image: none; }#F1hohoARoeIW8aSEBigoscRZHgCLIL8Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1hohoARoeIW8aSEBigoscRZHgCLIL8Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1hohoARoeIW8aSEBigoscRZHgCLIL8Z > .row .container > .video-iframe-container { display: none; }#F1hohoARoeIW8aSEBigoscRZHgCLIL8Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1hohoARoeIW8aSEBigoscRZHgCLIL8Z > .row > .video-iframe-container { display: none; }#F1hohoARoeIW8aSEBigoscRZHgCLIL8Z > .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); }#F1hohoARoeIW8aSEBigoscRZHgCLIL8Z > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyTakgS4czwqQKCe3TsELm6JSUKdevLv { width:20rem;height:3.4121125rem;top:26.625rem;left:0rem;font-size:1.3125rem;color:#fec859;display:block; }
 }@media only screen and (max-width: 763px) { #PXM3townGeLRPIWrZ9uRdZwSm5kXfFJ5 { width:19.9375rem;height:6.5rem;top:35.7978515625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #w5r19UrTo0NSox3EieMITm5ooSvPczLv { width:19rem;height:3.4375rem;top:48.8603515625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytzKr7O7w0qSeUzEOiegZUBSubm7aph3 { display:block; }
 }@media only screen and (max-width: 763px) { #aUmnbGv0L3d7t7kG9EsmyTTLxQu4zIyo { width:20rem;height:2.92480625rem;top:44.3603515625rem;left:0rem;font-size:1.125rem;color:#fec859;display:block; }
 }@media only screen and (max-width: 763px) { #AXM3XHLtVoro8eQaKlPRdn4VG6rEDntd { width:19.625rem;height:3.625rem;top:31.3603515625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5V3hS4HJQdATRlG9BCilL2dycT0MbOB { width:3.8125rem;height:3.8125rem;top:1rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE2BzoCWGwERfaLTOsIz6PfhEiJyouRT { width:16.3125rem;height:16.3125rem;top:8.0625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTCnLqUaHcJTU9Hx2ySxoohHax9eHrBL { width:15.875rem;height:4.5625rem;top:1.96875rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONlrSDXtQbNOwgnRICyN7BMTV0w2TuqI { display:block; }#ONlrSDXtQbNOwgnRICyN7BMTV0w2TuqI > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GLu0tRFbEW8BIpIRMkq40ThzkkifxmU7 { background-color:#152f68;background-image:none;display:block; }#GLu0tRFbEW8BIpIRMkq40ThzkkifxmU7 > .row .container { background-color: transparent; background-image: none; }#GLu0tRFbEW8BIpIRMkq40ThzkkifxmU7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLu0tRFbEW8BIpIRMkq40ThzkkifxmU7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLu0tRFbEW8BIpIRMkq40ThzkkifxmU7 > .row .container > .video-iframe-container { display: none; }#GLu0tRFbEW8BIpIRMkq40ThzkkifxmU7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLu0tRFbEW8BIpIRMkq40ThzkkifxmU7 > .row > .video-iframe-container { display: none; }#GLu0tRFbEW8BIpIRMkq40ThzkkifxmU7 > .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); }#GLu0tRFbEW8BIpIRMkq40ThzkkifxmU7 > .row .container { width:20rem;height:96.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzgsD7dvqrzFtmRSNbB8QW8xbLl8EoAf { width:16.375rem;height:1.7871125rem;top:6.705078125rem;left:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLHMGTHDZeip07kN0curi3wwtvby9lpX { width:18.1875rem;height:18.1875rem;top:13.15625rem;left:0.90625rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dbb35c70-5bb7-41c7-9b5e-2a13c556e131/ADGO1080X1080.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pLHMGTHDZeip07kN0curi3wwtvby9lpX.adaptive-delivery-prevent-bg, #pLHMGTHDZeip07kN0curi3wwtvby9lpX.lazyload, #pLHMGTHDZeip07kN0curi3wwtvby9lpX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zTnVcdA53hNZ6qaAEgLziTxxdlqreqb6 { width:11rem;height:11rem;top:39.75rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNTz3ZHkMXOI9OAnDJuqHzLextN0MZf2 { width:16.5rem;height:16.5rem;top:53.125rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1OSUZJkuxbyR9sHkMHXCaATRWCZuD7g { width:8.3125rem;height:8.3125rem;top:72.1875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnz0Dur4HoUykGmup65THmxhN95XnFZf { width:18.75rem;height:1.4624rem;top:9.6279296875rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N4Wn3tLE7darQyeoW608rNhW5EoMWIP8 { top:82.75rem;left:0rem;width:20rem;height:5rem;z-index:15147;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FoI7n4bWDDDDSqAVkf7uvMilE9MeV213 { width:19rem;height:3.4375rem;top:90.76171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdDhWtRFxI6NMvnTqvzPtd0tfD2dLd9m { display:block; }
 }@media only screen and (max-width: 763px) { #sqXQu6s485S3bHq8G2OXKLhMAxMNh5Ou { width:2.0625rem;height:4.3125rem;top:72.75rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNcKAzl7obM5weIgZ5UbyaEUHTfWrAXm { width:13.8125rem;height:3.73730625rem;top:33.45703125rem;left:3.09375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBt6tCOXHoUaU8QEUy2gkrVEHfppVrhN { width:16.4375rem;height:2.5996125rem;top:3.07421875rem;left:1.78125rem;font-size:2rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o9edupX5HodaUMiw1OL3ClhEGXZLMq8M { display:block; }#o9edupX5HodaUMiw1OL3ClhEGXZLMq8M > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N7qzWD13DQqtxFKfXweXmu02GtNTyilC { background-color:#012d69;background-image:none;display:block; }#N7qzWD13DQqtxFKfXweXmu02GtNTyilC > .row .container { background-color: transparent; background-image: none; }#N7qzWD13DQqtxFKfXweXmu02GtNTyilC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7qzWD13DQqtxFKfXweXmu02GtNTyilC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7qzWD13DQqtxFKfXweXmu02GtNTyilC > .row .container > .video-iframe-container { display: none; }#N7qzWD13DQqtxFKfXweXmu02GtNTyilC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7qzWD13DQqtxFKfXweXmu02GtNTyilC > .row > .video-iframe-container { display: none; }#N7qzWD13DQqtxFKfXweXmu02GtNTyilC > .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); }#N7qzWD13DQqtxFKfXweXmu02GtNTyilC > .row .container { width:20rem;height:87rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glpGtWWhbShddvBNDBZo8EZWAIarb8Af { width:19rem;height:3.4375rem;top:81.5849609375rem;left:0.5rem;background-color:#00aeb2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HuaTdgvEknClwgfQTfi4DqJ7WVgvtBw4 { display:block; }
 }@media only screen and (max-width: 763px) { #sL4lqrRsKKusxnfKESaLDCikXLXIToGL { width:20rem;height:3.4121125rem;top:13.1328125rem;left:0rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Upx1X8IOwEcNZgEdv8E87vcpCV9ASeqz { width:20rem;height:32.5rem;top:37.2412109375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#4ab0ff;display:block; }
 }@media only screen and (max-width: 763px) { #dxxfBZa9SgzanbJxlBAEgrosaovAJxRS { width:20rem;height:2.92480625rem;top:72.03515625rem;left:0rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hEQVJUMFCNVcSB7LSEILK9U4OM5N2Rxx { width:20rem;height:2.4375rem;top:8.42578125rem;left:0rem;font-size:1.875rem;color:#fb036a;font-family:amaranth;display:block; }
 }@media only screen and (max-width: 763px) { #x9XNJGtvJXrvSTXC8ubRPIyEvdofF4Em { width:20rem;height:20rem;top:15.8349609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcXnkDL9yCL4d1wRaDCZ05lVSlUNAu65 { width:9rem;height:5.125rem;top:74.8974609375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNAEQmGuPSs5ClaH0451AAkbtCpkH0DX { width:12.9375rem;height:3.875rem;top:2.61328125rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8TX8BPp3wAnD8wqyEnfXthJaIxAzIk8 { width:18.3125rem;height:18.3125rem;top:18.0224609375rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzqXObh2mIDB5w6eylgEft2gyAB20G6C { display:block; }#FzqXObh2mIDB5w6eylgEft2gyAB20G6C > .row .container { width:20rem;height:181.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elpwyTkOgoEPEpVT6HN75HdSdrTftMEk { width:20rem;height:2.5996125rem;top:2.8671875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vofO7cg88L3I6TJ0O17zCtowpPKc9QLQ { width:20rem;height:51.5625rem;top:11.11328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHnrQi3T7B21s1qKP5yiQ53cEtK3VryC { width:20rem;height:2.5996125rem;top:12.591796875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmhLhGGb1d1zNZB9gHViag6dCzpR70VR { width:20rem;height:2.5996125rem;top:18.48828125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTzbHhFU3ekV3DHkUz7yHfteEGyeRibV { width:20rem;height:1.4624rem;top:21.83984375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFNpVFdUUSw9mNDAMNRPl6XWp1wztA9k { width:17.5rem;height:3.4375rem;top:24.98828125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttgbmJQ4iLMeviaxbe0BaRik9selZrMg { display:block; }
 }@media only screen and (max-width: 763px) { #yo41O9l6bMECB4BmgaasvMcWetQ0yxbA { width:20rem;height:1.4624rem;top:16.12890625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0B1WKPcTynx8m7ANBmWocmAMcRoo3sL { display:flex;width:1.4375rem;height:1.4375rem;top:29.296875rem;left:0.71875rem; }
 }@media only screen and (max-width: 763px) { #Ce2xSTUIZMr0KMFU2MfATuKUBsJ2qmvk { display:flex;width:1.4375rem;height:1.4375rem;top:31.61328125rem;left:0.65625rem; }
 }@media only screen and (max-width: 763px) { #tWbQ8xM7dF7I3qcTtUi2H4sgC8z2TaaA { display:flex;width:1.4375rem;height:1.4375rem;top:34.05078125rem;left:0.59375rem; }
 }@media only screen and (max-width: 763px) { #y2d598TlPVXFcQgdzqaReWkHewC1wnxv { display:flex;width:1.4375rem;height:1.4375rem;top:37.17578125rem;left:0.65625rem; }
 }@media only screen and (max-width: 763px) { #mgTivbi4byc5X6C8mbIRddkJH665tZI6 { display:flex;width:1.4375rem;height:1.4375rem;top:43.67578125rem;left:0.59375rem; }
 }@media only screen and (max-width: 763px) { #fRcCu0qfFblSVu86By6svCdEIyHf2qpT { display:flex;width:1.4375rem;height:1.4375rem;top:47.05078125rem;left:0.71875rem; }
 }@media only screen and (max-width: 763px) { #Uv2A3SxgoFVmGTGIPGxAwm8RqTKriT4O { display:flex;width:1.4375rem;height:1.4375rem;top:50.36328125rem;left:0.65625rem; }
 }@media only screen and (max-width: 763px) { #r5bzK7nQKx9oocZFJ70sHabmuu3eDMMc { width:20rem;height:51.5625rem;top:69.353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTUJ5K7F6bTBsg2iFa8MWP7oLc26TnRV { width:20rem;height:2.5996125rem;top:71.36328125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #txJWA0ecdG7wkKZ7Vy3K5RTUK26qI5mB { width:20rem;height:1.4624rem;top:73.962890625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6q4PKQm0Dd5PT7wmcwV4sJkv7S5G5R3 { width:20rem;height:2.5996125rem;top:76.9345703125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd2DC3c0TItVQQfz2qRUqvTlqVfqNgTW { width:20rem;height:2.92480625rem;top:80.0869140625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbdthHLeruEf6PzsyMXWQ0OnIpN5BKlL { width:17.5rem;height:3.4375rem;top:85.0244140625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q50Kofdy6nNlOCsOxoekUb49eags7Gha { display:block; }
 }@media only screen and (max-width: 763px) { #VeqWvLmT6KPt5XMSZ19kmEfBGTXDeXRe { width:17.125rem;height:28.58985rem;top:90.134765625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRaQTUyz23IqkxbHTxQ67KUWQVSG4CR0 { display:flex;width:1.4375rem;height:1.4375rem;top:111.875rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #Te91y3trfiQR46ubogLVteicernO7X5A { width:20rem;height:51.5625rem;top:127.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9uIToehl9He6kOe4fUcCWJ1Cg691K2T { width:20rem;height:2.5996125rem;top:129.09375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5HCe1fmvinqJsxbm72IsHzhDzgAOOyR { width:20rem;height:1.4624rem;top:131.693359375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GynHxlMTtxTwnvFkTkBOioaKAdlT7K5U { width:20rem;height:2.5996125rem;top:133.4501953125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ863lV14OZqff7RWHEUl41AAV54Cqeu { width:20rem;height:1.4624rem;top:136.693359375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkbMDg3Z8dysHRBx0P84Inv5896X3ewo { width:17.5rem;height:3.4375rem;top:139.59375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrnbLOKghVl1ZbuR1EPE8bKzQGZExSRF { display:block; }
 }@media only screen and (max-width: 763px) { #IFbM41ktVcvUmpT39qxVJJXEq752EZZ2 { width:17rem;height:30.78906875rem;top:145.3984375rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGJJN2wirKmgRnmodRaeHbJTA95DVdMG { display:flex;width:1.4375rem;height:1.4375rem;top:155.25rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #cT6dIE4mIQelVUZOtcoiCWtyEg43JLTz { width:7.875rem;height:1.29980625rem;top:77.771484375rem;left:12.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OblWwHIWPXTFcWac6sOInCDI2Vn2bJ3u { display:flex;width:1.4375rem;height:1.4375rem;top:115rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #D1PTd8sgIArvrBNH7WttaEVZUmtqFFBR { display:flex;width:1.4375rem;height:1.4375rem;top:94.166015625rem;left:0.84375rem; }
 }@media only screen and (max-width: 763px) { #XATR4yCoI1qsIhT4AuHBVTbxn3EkR2VH { display:flex;width:1.4375rem;height:1.4375rem;top:89.634765625rem;left:0.78125rem; }
 }@media only screen and (max-width: 763px) { #AxufqfLh3b9usBLn5noPJ770uFdovwEz { display:flex;width:1.4375rem;height:1.4375rem;top:91.884765625rem;left:0.84375rem; }
 }@media only screen and (max-width: 763px) { #cDy6Ziklk5TJqbCgLN0e7DtG2cwRy7TH { display:flex;width:1.4375rem;height:1.4375rem;top:96.447265625rem;left:0.78125rem; }
 }@media only screen and (max-width: 763px) { #fcFb4mETHTipTIN4Lq6Wlzssi1G565L5 { display:flex;width:1.4375rem;height:1.4375rem;top:98.634765625rem;left:0.78125rem; }
 }@media only screen and (max-width: 763px) { #yo3dXaBqCDaO9CDTSoVaEyvwrNkWlrcp { display:flex;width:1.4375rem;height:1.4375rem;top:101.884765625rem;left:0.84375rem; }
 }@media only screen and (max-width: 763px) { #Row5GZ4MGryuHzcAnH0Rt76XTqEL1Nze { display:flex;width:1.4375rem;height:1.4375rem;top:159.375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #G881BbV9H9ngnANQDsff4tEq2gTQlNcA { display:flex;width:1.4375rem;height:1.4375rem;top:166.1875rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #nw1ulRQnVnomFaeVhiSbOi7mnbqRrTwk { display:flex;width:1.4375rem;height:1.4375rem;top:162.875rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #q1uQnVB2cI89K2KTVEc1Na1ZWTFNreQ6 { display:flex;width:1.4375rem;height:1.4375rem;top:145.0859375rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #RRo52FRIsfJL4Eapr5Q50DxQuciJNIMP { display:flex;width:1.4375rem;height:1.4375rem;top:169.5625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #hBDAy0R7ZTIItdn0GMulEba942IGxXrP { display:flex;width:1.4375rem;height:1.4375rem;top:172.75rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #zbw0JcZgTnSCwkS4as2h9Zi2um8sBBub { display:flex;width:1.4375rem;height:1.4375rem;top:147.3125rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #CyWCvFQZaMNsAFBrlOkLdP75IOSQrOCf { width:20rem;height:2.1933625rem;top:6rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECd43W6oth0xzgQlsmv7BAdoSXoWdLEy { display:flex;width:1.4375rem;height:1.4375rem;top:149.625rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #VT3Wvc8hrw3TROOSDEKBtJHa7f95BLGh { display:flex;width:1.4375rem;height:1.4375rem;top:152.875rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #gJVxFH1L3pZyJpV6gVOh5m5chid1QvvC { width:16.9375rem;height:29.68944375rem;top:29.734375rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry5q2VhiXTJ7nShcGv5IesFAQVUliLpt { display:flex;width:1.4375rem;height:1.4375rem;top:53.625rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #GlftgXTI7TeCJncozXA1Qy4WL7eK3Srb { display:flex;width:1.4375rem;height:1.4375rem;top:56.9375rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #oBVn4U0m7sdIAKctEcysqvSXaAF3yphM { display:flex;width:1.4375rem;height:1.4375rem;top:108.4375rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #LAgQyZEhqxZ4CRgb9fUwSTmycaTuZKRV { display:flex;width:1.4375rem;height:1.4375rem;top:105.375rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #TbpONBkMHIx2JLdu1TST1rHB2nFhTpQU { width:9.375rem;height:0.5rem;top:8.255859375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xooGg6b37LKscIERrvlD6rTMiTwAAbnu { display:block; }#xooGg6b37LKscIERrvlD6rTMiTwAAbnu > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QsXIAnZT1ihaAExARGOG98Rd91ARNl3I { display:block; }#QsXIAnZT1ihaAExARGOG98Rd91ARNl3I > .row .container { width:20rem;height:50.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTIdGN3d6mD1N47LlsuwmfzzcHs48H48 { width:19.5625rem;height:47.6875rem;top:1.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4pfXGwiDWsycrdoGdLkwwAy4oP6G6UC { width:15.5rem;height:1.70605625rem;top:13.4375rem;left:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-regular-label { width:15.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-input-text { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:1.5;overflow:hidden;height:2.8125rem; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-textarea { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:1.5;overflow:hidden; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-input-select { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem;font-size:1.0625rem;overflow:hidden; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-input-button { width:15.125rem;margin-top:0.25rem;margin-right:0.25rem;margin-bottom:0.25rem;margin-left:0.25rem;font-size:1.0625rem;overflow:hidden;height:4rem; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 [class*="-text"]:-moz-placeholder { font-size:1.0625rem; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 [class*="-text"]::-moz-placeholder { font-size:1.0625rem; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 [class*="-text"]:-ms-input-placeholder { font-size:1.0625rem; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 [class*="-text"]::-webkit-input-placeholder { font-size:1.0625rem; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-checkbox-label { width:14.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-container:first-of-type{padding-top:0;}#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .widget-container:last-of-type{padding-bottom:0;}#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5  { width:15.625rem;height:auto;top:16.4375rem;left:1.0625rem; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 .radio-container { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 {display:block;}#hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 { width:15.625rem;height:auto;top:16.4375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #J2KqiehJDEDGxK3W4pmTMTLPehIvHhzB {  }
 }@media only screen and (max-width: 763px) { #hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #oR4XSXlaZXBmvarf1MUNW0MXaLQmmVnv {  }
 }@media only screen and (max-width: 763px) { #hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #pnnE5ETcDoa2SJBrbDzGtPn3a1il1e0a {  }
 }@media only screen and (max-width: 763px) { #hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #TGeAXDVpotMU7wGzXoQOJ9HbmWFUmP8U {  }
 }@media only screen and (max-width: 763px) { #hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #TaSJFqCH2DBTRxHGdigXQJ0rLEgAwf5T {  }
 }@media only screen and (max-width: 763px) { #hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #sL6SH6h9dLfgIqe2nRCvyrxH4zlffbbW {  }
 }@media only screen and (max-width: 763px) { #hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #QpOhGEEnypxy8War8fhbIAwGLaFbHbhU {  }
 }@media only screen and (max-width: 763px) { #hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #KZ35fP1lvVPiAhIZVSOzqUqzIlREeTmn {  }
 }@media only screen and (max-width: 763px) { #hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #ZsuV0O4ioSGFLzzPCVbkTtQqHGyXMVFX {  }
 }@media only screen and (max-width: 763px) { #hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #pXUOs2LOFH04xb6na0XD5VRd28CAU19n {  }
 }@media only screen and (max-width: 763px) { #hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #lSEdnJHegp2AudOk3M4PiqNDhaHZBmsP {  }
 }@media only screen and (max-width: 763px) { #hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #BBtmaK0q6nPn7SM4HSknpEh7qROAusuv {  }
 }@media only screen and (max-width: 763px) { #hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #XuNlvFxcFl7Gw4PVtiLVZLbiCmo7tC42 {  }
 }@media only screen and (max-width: 763px) { #hsMU7xREdJ8fxNmD3FswqprZc1cWKHo5 #LBK2WaRvVbZiWTTVCUM5kth7niLFELpk {  }
 }@media only screen and (max-width: 763px) { #Tb5kCv666rLuul0mZ71W1iL9fw7b2rHZ { width:18.9375rem;height:2.35595625rem;top:2.51171875rem;left:0.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPd68xXa6TfXrDcoqOc5oR5GFZACu8Dy { width:15.1875rem;height:5.8125rem;top:7.375rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTJfBdXuk414Wb84kDubsAZTmDdT7glq { width:5.1875rem;height:2.25rem;top:5.125rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2is248EutpBzXQeQ35bsRPg4MuwfQAW { display:block; }#w2is248EutpBzXQeQ35bsRPg4MuwfQAW > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRUdazZluTxUyag4weDlvEnXJ3KInuIl { background-color:#00072b;background-image:none;display:block; }#CRUdazZluTxUyag4weDlvEnXJ3KInuIl > .row .container { background-color: transparent; background-image: none; }#CRUdazZluTxUyag4weDlvEnXJ3KInuIl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRUdazZluTxUyag4weDlvEnXJ3KInuIl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRUdazZluTxUyag4weDlvEnXJ3KInuIl > .row .container > .video-iframe-container { display: none; }#CRUdazZluTxUyag4weDlvEnXJ3KInuIl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRUdazZluTxUyag4weDlvEnXJ3KInuIl > .row > .video-iframe-container { display: none; }#CRUdazZluTxUyag4weDlvEnXJ3KInuIl > .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); }#CRUdazZluTxUyag4weDlvEnXJ3KInuIl > .row .container { width:20rem;height:42.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMUwvuzl1GbpdaLVLUxGnLJsr0ZdgXL6 { width:16.9375rem;height:16.9375rem;top:9.037109375rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSHXEH0TautWzcJtpyNSr41yU5KgNeEK { width:19.875rem;height:6.5rem;top:28.537109375rem;left:0rem;font-size:1.25rem;font-family:amaranth;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U7edMcSSdz6Omeu9vaE85CUou1VHzR1R { width:19rem;height:3.4375rem;top:36.974609375rem;left:0.5rem;background-color:#ec007e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBlTKPeDxQrs2sITyX4qQsFy6lqycUTg { display:block; }
 }@media only screen and (max-width: 763px) { #MTSiJJM9zlDV3UGZFTyJx3NGKEc72Uid { width:18.8125rem;height:2.35595625rem;top:4.099609375rem;left:1.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfrwbkzfv6eH7LE1Fua3oBks5LBHrggW { width:13.125rem;height:2.5996125rem;top:1.5615234375rem;left:0.5rem;font-size:2rem;font-family:amaranth;color:#17418b;display:block; }
 }@media only screen and (max-width: 763px) { #lzGAyLx9PfGgFTUnD91dzldu1I9qIClf { display:block; }#lzGAyLx9PfGgFTUnD91dzldu1I9qIClf > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcVDgtvuoxQg7cX69nLz3oK5guM8IJfp { display:block; }#vcVDgtvuoxQg7cX69nLz3oK5guM8IJfp > .row .container { width:20rem;height:67.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gEP8sAy5yPgt2iziWTLhKCxuUmfxOR9C { width:20rem;height:2.11230625rem;top:1.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlPEQZbg0mCPoMwCQbMnTbWoCZ7XabJV { width:13.0625rem;height:2.2744125rem;top:4.7998046875rem;left:3.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCblE6JXT8ltQKH1W4LpkW0xInu9u64D { width:16.6235625rem;height:16.8110625rem;top:7.9345703125rem;left:1.68798828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioNzisc2idKAuDgvO39ZkdvBSdeDCsVW { width:14.5rem;height:2.92480625rem;top:26.8984375rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob8RTE0MzheKbBH7ovhGpLHG70EBM1e2 { width:20rem;height:2.11230625rem;top:39.69775390625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS { display:flex;width:18rem;height:5.0625rem;top:44.99609375rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #mgtKxZP1xPmWaMFKqtuvcHVtUeRl4J0F { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #uQ6FUpGLZdKumkBSrtKm1DQZUcaQrAlw {  }
 }@media only screen and (max-width: 763px) { #T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #s0RMaWDXA9TqMNAHt9p41Cw9mDamm0ni {  }
 }@media only screen and (max-width: 763px) { #T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #DJy7ru3Jh8Q3P31kwyFRFOL7BdohMlRi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #lDgo4pSuI7x5Di5wBpsehS2U3HC63GnJ {  }
 }@media only screen and (max-width: 763px) { #T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #pKkkvq120pJWOXC7kOaZgT6N5ZQTo83H {  }
 }@media only screen and (max-width: 763px) { #T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #qZIpkTxDTewnO4Anm8giMO8XTdx9HI9y { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #ubtkluSSf1DkU6TxzqW2xmSoslPfBUHy {  }
 }@media only screen and (max-width: 763px) { #T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #SSwIkVw6uRX0XIACTnpgSvTM7W3sckhS {  }
 }@media only screen and (max-width: 763px) { #T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #K7GnXlbmVwlmH4Ukm9ogpuNtAX7aOtDw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #LTT4IwEHR8lr6mLoKLkLkD4XDHcx7B6d {  }
 }@media only screen and (max-width: 763px) { #T2IP6hHTvMkcGENeUlKvwSGTzu6QOBKS #GKIVuotalpq51WKD9npS9LBOH0R4gABU {  }
 }@media only screen and (max-width: 763px) { #hl87yZOQyBzEUPlTvpQimJF209Ire0PC { width:20rem;height:2.4375rem;top:54.75927734375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #upl7oqU0zWTcItLo6hNtQRD8n4vT6SzM { width:18.4375rem;height:3.25rem;top:33.27978515625rem;left:0.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5IOitnbA0SOIAU72T4JJA3SHi0iIMXA { width:19rem;height:3.4375rem;top:60.9462890625rem;left:0.5rem;background-color:#ec007e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP7WaV6K7GSIbns3skFLNE3SZTBK6iwL { display:block; }
 }@media only screen and (max-width: 763px) { #W9SLa245lJ2QxvV2RaFARWMgETNVcdux { display:block; }#W9SLa245lJ2QxvV2RaFARWMgETNVcdux > .row .container { width:20rem;height:84.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JEX68krHKT0I47fNGoKBBVSy4zDEIPpX { width:20rem;height:1.21875rem;top:5.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5LDkUZlIbsaTOAnNFTZiSvFt4R2ir1w { width:2.5rem;height:0.125rem;top:7.8125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn4VHM7EuSWAfBJuoKULtWeWRZxErzgn { width:18.9375rem;height:12.25rem;top:9.4375rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXuHrwaRvEyAQQCMMRmfd6oHu83MsaPr { width:17.5rem;height:10rem;top:10.5625rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JOq6tDinB8VeJRGa7ZI5g61BCqo9tJHe { width:13.8125rem;height:1.625rem;top:23.4375rem;left:6.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m9REmNJPoWky5aiMawa1lFX8XFXcogde { width:13.8125rem;height:1.2999125rem;top:25.0625rem;left:6.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aXI0ziQIpmeTXiEZMOwersTbXC0mL2Qk { width:4.5625rem;height:4.5625rem;top:22.6875rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaGTEDMe3KLaH3d5OxvhbVZReDtCOdlV { width:13.1875rem;height:1.625rem;top:51.8876953125rem;left:6.34375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #maCtoZEaWGFnpAT1szTV7wiEPG4NTBaO { width:13.8125rem;height:1.29980625rem;top:53.4501953125rem;left:6.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c9e0eS5EssQUhxMJysptxQczzybUkQ3T { width:18.9375rem;height:18.625rem;top:28.875rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTHS2txv6eUIZOCcXpBGoOvL4bvsOF7c { width:17.5rem;height:16rem;top:29.1875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bvaMwyMRTxVRr1ohnVLoekHs5zLNq14B { width:4.5625rem;height:4.5625rem;top:50.125rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udbauagWLc7C9BpwUbTQIsTafppxRV35 { width:12.75rem;height:1.625rem;top:74.25rem;left:6.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KDxd1owM1hvMk1dnBl89OOFA8QrTMmLv { width:13.8125rem;height:1.2999125rem;top:77rem;left:6.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CTeRduf5QtW8llpmPfHdy4hhGUzT1KGK { width:18.9375rem;height:12.25rem;top:59.75rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdVoQVciAPmAbko8xomOsd0tSLfeeL37 { width:17.5rem;height:10rem;top:60.875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MsT0PT2aQZBStptLBakWM798CRmmIlw9 { width:4.5625rem;height:4.5625rem;top:73.7998046875rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQxE9UTPO686Wd6KUAfXtvkTwG94OGa2 { width:20rem;height:4.2246125rem;top:0.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2Jx1KcsLlTr6antuASOX2gazbHkCWuU { width:19rem;height:3.4375rem;top:79.6123046875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8Nw9AKEV4zwAD74soEBGFkfd0hcQafD { display:block; }
 }@media only screen and (max-width: 763px) { #JoJbJ7g0BVUvpxBur9AfKy1S43rUs05E { background-color:#1f9ec9;background-image:none;display:block; }#JoJbJ7g0BVUvpxBur9AfKy1S43rUs05E > .row .container { background-color: transparent; background-image: none; }#JoJbJ7g0BVUvpxBur9AfKy1S43rUs05E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoJbJ7g0BVUvpxBur9AfKy1S43rUs05E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoJbJ7g0BVUvpxBur9AfKy1S43rUs05E > .row .container > .video-iframe-container { display: none; }#JoJbJ7g0BVUvpxBur9AfKy1S43rUs05E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoJbJ7g0BVUvpxBur9AfKy1S43rUs05E > .row > .video-iframe-container { display: none; }#JoJbJ7g0BVUvpxBur9AfKy1S43rUs05E > .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); }#JoJbJ7g0BVUvpxBur9AfKy1S43rUs05E > .row .container { width:20rem;height:111.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tL7QB51sT47sOgxLV31d30z8hmprnFcQ { width:20rem;height:1.70605625rem;top:19.2705078125rem;left:0rem;font-size:1.3125rem;color:#031b38;display:block; }
 }@media only screen and (max-width: 763px) { #kmdMTMrgn8eUrv10V6T6CSAJC64oehM8 { width:19.9375rem;height:14.625rem;top:23.1103515625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qMKitAI0WUET8a8SxwCfM6PIEz4gOfKn { width:12.25rem;height:12.25rem;top:1.5625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtqoT4pWPGshToZWCDkTZT4a6Elh31n2 { width:19rem;height:3.4375rem;top:105.9873046875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V31bp5TM5lKPo7Jh1TyTfryKrlaRt6Oi { display:block; }
 }@media only screen and (max-width: 763px) { #Hz09pZ79FTuxCCEMFg7TszUnkoANPJOq { width:12.9375rem;height:3.875rem;top:13.8125rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGFbK6O0qEPI3hoLRv5sxw0zLVB4qp7Z { width:20rem;height:13rem;top:71.9228515625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #loxhAJdEpXNPueCfoTKFhKP3N8h7eWRD { width:20rem;height:13rem;top:54.5478515625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Rl3C2nSRPzsowNQMi36Nk0aZKs3Qd2bT { width:20rem;height:11.046875rem;top:40.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Tf3tJJHn0iQNCXfh29z7I0ofpt92JEkx { width:20rem;height:14.625rem;top:88.6103515625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Cf7ClhzFZfIDTdxwgW0xJx8Tb9TTwxSJ { display:block; }#Cf7ClhzFZfIDTdxwgW0xJx8Tb9TTwxSJ > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T74R1cD6TIfAMZDpbeWeNvfeZMEChJld { display:block; }#T74R1cD6TIfAMZDpbeWeNvfeZMEChJld > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPU8cEVlRXAylmZ7IQCGcKCMiE9TqAdt { width:20rem;height:3.8984375rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #imhPt2IP6ukLbydf4d5JBoBXuC9lt0TA { width:17.5rem;height:3.4375rem;top:5.1484375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlGewtBbZPCAZEN2Us39OkUN74qIeK5q { display:block; }
 }@media only screen and (max-width: 763px) { #evQWhGGiChtWJ9UXorHI9TlLdnFtGEOi { width:20rem;height:2.6806625rem;top:19.4453125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSR0LGQcxxFToWrNrxCVFewkUZ2QyddV { top:9.40625rem;left:4.78125rem;width:10.4375rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZMBJQM1XNZwo7p2mPwWvUl12T8kHw9e { display:block; }
 }@media only screen and (max-width: 763px) { #e1go7ILagndCRacnSLB75RiUbQhkLWmX { width:17.5rem;height:3.4375rem;top:14.25048828125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0dh26OkA2M2IaGUPQNRRTB3C2BFsTJe { display:block; }
 }