.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dbcf9aad-2a1f-47ab-8ad4-d2e94c5e0194/bg_colors3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(134,106,227,0.5));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(134,106,227,0.5));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(134,106,227,0.5));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(134,106,227,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7f866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7f866ae3' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(134,106,227,0.5));background-size:auto !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; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { border-width: 0; border-radius: 0; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:60rem;position:relative;display:block; }#quw0Cyf7kaQLTpQMObwUM5O703bzoE9l { color:#26265b;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:1.7871125rem;font-style:normal;display:block; }
#pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { color:#26265b;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:6.8935546875rem;left:0rem;height:15rem;font-style:normal;display:block; }
#NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { color:#4e4e80;display:block;width:24.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:23.3125rem;left:0rem;height:5.0625rem;display:block; }
#C8x4KvolXU1CsTszuZNukSqlKT9MF32h { color:#26265b;display:block;width:22rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:30.12548828125rem;left:0rem;height:1.54345625rem;display:block; }
#W6TXii0NfTy62L5ziKWs3ewWB2TUuG6f { background-color:#866ae3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:35rem;left:0rem;display:block; }
#bFq9hEwKEnQtbIMZbnAeMK27xluXLTLQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wi8agFcH1WTiSThPIh7LTnAKDEEPrGaq { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -moz-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -ms-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -o-linear-gradient(180deg, #ffe6e8, #ff9db6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#ff9db6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#ff9db6' );";background-image: linear-gradient(180deg, #ffe6e8, #ff9db6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:1.875rem;width:2rem;top:6.0625rem;left:21.1875rem;display:block; }
#CagzVWmy5DKqCiEz31UJ2xH6iy7ugefZ { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:9.5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:43.8125rem;width:32.0625rem;top:2.25rem;left:27.9375rem;overflow:hidden;display:block; }
#XppibCHJMgrutb5bEbGHxwGsaip3ZBdM { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d8ccff, #aea0df);background-image: -moz-linear-gradient(180deg, #d8ccff, #aea0df);background-image: -ms-linear-gradient(180deg, #d8ccff, #aea0df);background-image: -o-linear-gradient(180deg, #d8ccff, #aea0df);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8ccff', endColorstr='#aea0df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8ccff', endColorstr='#aea0df' );";background-image: linear-gradient(180deg, #d8ccff, #aea0df);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.625rem;border-top-right-radius:10.625rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.0625rem;box-shadow: none;height:11.875rem;width:20.9375rem;top:34.1875rem;left:39.0625rem;display:block; }
#u9ykb9vJRu1dsyseh7xAoa6ZTfB8IOqt { position:absolute;display:block;z-index:14988;background-color:transparent;background-image: -webkit-linear-gradient(273deg, rgba(255,91,102,0.64), rgba(0,0,0,0));background-image: -moz-linear-gradient(273deg, rgba(255,91,102,0.64), rgba(0,0,0,0));background-image: -ms-linear-gradient(273deg, rgba(255,91,102,0.64), rgba(0,0,0,0));background-image: -o-linear-gradient(273deg, rgba(255,91,102,0.64), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3ff5b66', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3ff5b66', endColorstr='#00000000' );";background-image: linear-gradient(273deg, rgba(255,91,102,0.64), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:33.4375rem;width:32.125rem;top:4.28125rem;left:13.9375rem;display:block; }
#U4xkxHFTdX6P6KHTGqnFTUb6iSRm0AD9 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(208,188,255,0.41), #ececff);background-image: -moz-linear-gradient(180deg, rgba(208,188,255,0.41), #ececff);background-image: -ms-linear-gradient(180deg, rgba(208,188,255,0.41), #ececff);background-image: -o-linear-gradient(180deg, rgba(208,188,255,0.41), #ececff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#68d0bcff', endColorstr='#ececff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#68d0bcff', endColorstr='#ececff' );";background-image: linear-gradient(180deg, rgba(208,188,255,0.41), #ececff);background-size:auto !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;box-shadow: none;height:7.625rem;width:7.875rem;top:6.8935546875rem;left:12.25rem;display:block; }
#SrAqfc2P07fmNnTWokXFFNhB5NnxCkVe { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #26265b;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#26265b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:3.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:35rem;left:14.9375rem;display:block; }
#f4L7MIX1yiHi8SJEttu9ZHTLaR4OtNPs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nfv2TwoykSHTTTGqInd2SLivCfAgetNQ { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(198deg, #ff8823, #ffcb66);background-image: -moz-linear-gradient(198deg, #ff8823, #ffcb66);background-image: -ms-linear-gradient(198deg, #ff8823, #ffcb66);background-image: -o-linear-gradient(198deg, #ff8823, #ffcb66);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8823', endColorstr='#ffcb66' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8823', endColorstr='#ffcb66' );";background-image: linear-gradient(198deg, #ff8823, #ffcb66);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:9.5rem;width:9rem;top:1.0185546875rem;left:50.919270833333rem;display:block; }
#viMMfkxv3KqWcsdH5F2uPJxesNVTEGaa { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:13.75rem;width:13.375rem;top:18.2744140625rem;left:46.625rem;display:block; }
#hgorZRXArQ6i1AxEWRcVVQPdi0pCAOT8 { color:#26265b;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:21.3369140625rem;left:48.6376953125rem;height:7.1996875rem;font-style:normal;display:block; }
#RCWKRw9GNMg8xkyCrWFQoyoahsavO12A { position:absolute;display:block;z-index:14991;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(95,255,255,0.1), #43d2dc);background-image: -moz-linear-gradient(180deg, rgba(95,255,255,0.1), #43d2dc);background-image: -ms-linear-gradient(180deg, rgba(95,255,255,0.1), #43d2dc);background-image: -o-linear-gradient(180deg, rgba(95,255,255,0.1), #43d2dc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#43d2dc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#43d2dc' );";background-image: linear-gradient(180deg, rgba(95,255,255,0.1), #43d2dc);background-size:auto !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;box-shadow: none;height:19.1875rem;width:30.6875rem;top:9.375rem;left:25rem;display:block; }
#XSEwvbkmBTKJz2uCLxaFbk4oeVTV7WvG { position:absolute;display:block;z-index:14993;background-color:rgba(0,0,0,0);background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:56.25rem;border-top-right-radius:3rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:43.75rem;box-shadow: none;height:7.625rem;width:7.25rem;top:11.75rem;left:27.1875rem;display:block; }
#imEkesW9flbgC7XrKXFsRpJWf5l7TSv2 { position:absolute;display:block;z-index:14989;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffe1e4, rgba(208,188,255,0.41));background-image: -moz-linear-gradient(90deg, #ffe1e4, rgba(208,188,255,0.41));background-image: -ms-linear-gradient(90deg, #ffe1e4, rgba(208,188,255,0.41));background-image: -o-linear-gradient(90deg, #ffe1e4, rgba(208,188,255,0.41));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe1e4', endColorstr='#68d0bcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe1e4', endColorstr='#68d0bcff' );";background-image: linear-gradient(90deg, #ffe1e4, rgba(208,188,255,0.41));background-size:auto !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;box-shadow: none;height:2.625rem;width:19.5625rem;top:29.58447265625rem;left:6.65625rem;display:block; }
#BvvLMlVwZJBnJFllQLTSQVI41SNTb1GT { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:13.2119140625rem;left:28.6875rem; }
#z9RSJ8PpQyAGiGmXauAIvMFrTuS1vQtw { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:3.5rem;left:52.9814453125rem; }
#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { background-color: transparent; background-image: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container > .video-iframe-container { display: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row > .video-iframe-container { display: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .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); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { border-width: 0; border-radius: 0; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;position:relative;display:block; }#Tgf4QJRyKLmOEseaTI81MdKwvGFpRvpB { color:#26265b;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:3.25rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:2.25rem;left:1.25rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tQMhRaBl3PG1AXbE0FLe8cO7eWTOr1qp { color:#26265b;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:6.625rem;left:1.25rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KiB3hXOb3yFJbeGIKdDdaykKCqtTpMR6 { color:#26265b;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:3.25rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:2.25rem;left:16.25rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rV5l7kx2Pn8CuMpgL9Ufq5akQenC1mZ0 { color:#26265b;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:6.625rem;left:16.25rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jzfccoa3BTE3yA7TuV9809Sv3pxH0UeR { color:#26265b;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:3.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:2.25rem;left:31.25rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P4S583CqHDhTKpLguy7V5sK1VcWQXb0Z { color:#26265b;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:6.625rem;left:31.25rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cg3TsR18auk1e8gf3m4FbCh66JIbQl58 { color:#26265b;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:6.625rem;left:46.25rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GlKO2qkb4HZkvErLtuvlL88USCWligby { color:#26265b;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:3.25rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:2.25rem;left:46.25rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aJgx527Cbl9qu1ck9wqaOb4kpuxvTDUq { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:11.375rem;width:60rem;top:0rem;left:0rem;display:block; }
#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { background-color: transparent; background-image: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .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); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { border-width: 0; border-radius: 0; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:60rem;position:relative;display:block; }#dzlsOTizwt3aTTI1k1HxOJaRK75g7Eut { position:absolute;display:block;z-index:14998;background-color:#866ae3;background-image:none;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;box-shadow: none;height:0.3125rem;width:6.25rem;top:6.4375rem;left:0rem;display:block; }
#GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { color:#26265b;display:block;width:23.125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8rem;left:0rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wgthEMkXvTcQF0PgHzsylmPhQtprTGig { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:21.3125rem;width:32.125rem;top:8rem;left:27.875rem;overflow:hidden;display:block; }
#oOs1JfsbtV5nbntewwWVEoTDwyfzCluc { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(201deg, #43d2dc, #fff9ea);background-image: -moz-linear-gradient(201deg, #43d2dc, #fff9ea);background-image: -ms-linear-gradient(201deg, #43d2dc, #fff9ea);background-image: -o-linear-gradient(201deg, #43d2dc, #fff9ea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#43d2dc', endColorstr='#fff9ea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#43d2dc', endColorstr='#fff9ea' );";background-image: linear-gradient(201deg, #43d2dc, #fff9ea);background-size:auto !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;box-shadow: none;height:22.4375rem;width:30.0625rem;top:6.125rem;left:26.9375rem;display:block; }
#EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { color:#4e4e80;display:block;width:23.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:12.8125rem;left:0rem;height:15.1875rem;display:block; }
#yegRxK7kyeCQ55nofbm1InBgLe5niL2m { background-color:#866ae3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1875rem;height:3.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:31rem;left:0rem;display:block; }
#aTbphkIFfyyIKERPkzpwXqmdFUtX2SfS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yoM2XTBvwTaskGI1zQ4qZ9V1tmVkUNIm { color:#4e4e80;display:block;width:20.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:31.78125rem;left:30.09375rem;height:1.6875rem;text-align:right;text-align-last:right;display:block; }
#xVyaG82LprONzGMVKW8UKgbQzmf9c5Fx { position:absolute;display:block;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-size:auto !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;box-shadow: none;height:1.875rem;width:15.625rem;top:31.6875rem;left:37.5625rem;display:block; }
#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { background-color: transparent; background-image: none; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container > .video-iframe-container { display: none; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row > .video-iframe-container { display: none; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .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); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { border-width: 0; border-radius: 0; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:60rem;position:relative;display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { background-color: transparent; background-image: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container > .video-iframe-container { display: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container { display: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .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); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { border-width: 0; border-radius: 0; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:60rem;position:relative;display:block; }#VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { color:#26265b;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:5.8125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SVERteMtZ6Z24pnz0iThAA6fkhJlRCLe { position:absolute;display:block;z-index:14996;background-color:#866ae3;background-image:none;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;box-shadow: none;height:0.3125rem;width:6.25rem;top:3.75rem;left:26.875rem;display:block; }
#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { background-color: transparent; background-image: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container > .video-iframe-container { display: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container { display: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .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); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { border-width: 0; border-radius: 0; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;position:relative;display:block; }#WBpZzHUUJbb1Z97pVgPLTIrZxs8fNqQ3 { color:#4e4e80;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:13.4375rem;left:1.0625rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:0rem;left:5.75rem;display:block; }
#ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { color:#26265b;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:8.8125rem;left:1.5625rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x7tF84R9F9TtUNbrNoMbV9PTXBIE90op { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.25rem;width:2.25rem;top:0.625rem;left:4.9375rem;display:block; }
#t7WpKJxevrEcpfH94hmzDZ8bqTaRHbR5 { color:#4e4e80;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:0.8125rem;left:4.96875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xXfJPW9C6IqrEvPfBDkmBXSyiCW6WSgf { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:0rem;left:25.75rem;display:block; }
#Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { color:#26265b;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:8.8125rem;left:21.5625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JXJzx0Xl2qtt7idvfx5h50w8FtzmBpFb { color:#4e4e80;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:13.5rem;left:21.5625rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#vALNFM3IMdc7o61Ad1bdXTHvAaQN5pyn { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.25rem;width:2.25rem;top:0.625rem;left:24.9375rem;display:block; }
#q5B05lvgRWDz2vu8bTtiItbkpfM9cSod { color:#4e4e80;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:0.8125rem;left:25rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rbH0DNlPWMNTmdk6wTrv5BrmsUA0vzmA { position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:0rem;left:45.75rem;display:block; }
#yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { color:#26265b;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:8.8125rem;left:41.5625rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hfGdEFUfKQlxiSnZFPE5lyqa6rTHOxR6 { color:#4e4e80;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:13.5rem;left:41.5625rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#pTRVIiAE9LqxB3NNFtdnq07ogHL0E7Bh { position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.25rem;width:2.25rem;top:0.625rem;left:44.9375rem;display:block; }
#ZWe6a0eErflIO4sGi4uPQ5o2bcGfExTF { color:#4e4e80;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.5;letter-spacing:0;top:0.8125rem;left:45rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LMzQbITbALTCr6JRn4GLAvfqgXCKiEiS { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;top:2.28125rem;left:8.53125rem; }
#PMA1Mo0phcNgx4WoMCHNZolIrlV26zFe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;top:2.1875rem;left:27.9375rem; }
#kbilxxsvuBlaPZDadPz60UWFwZQ1NVRQ { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;top:2.34375rem;left:48.09375rem; }
#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row .container { background-color: transparent; background-image: none; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row .container > .video-iframe-container { display: none; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row > .video-iframe-container { display: none; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .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); }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row .container { border-width: 0; border-radius: 0; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(187deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));background-image: -moz-linear-gradient(187deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));background-image: -ms-linear-gradient(187deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));background-image: -o-linear-gradient(187deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ddd3ff', endColorstr='#33866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ddd3ff', endColorstr='#33866ae3' );";background-image: linear-gradient(187deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));background-size:auto !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; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container { background-color: transparent; background-image: none; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container > .video-iframe-container { display: none; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row > .video-iframe-container { display: none; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .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); }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container { border-width: 0; border-radius: 0; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container { font-size:0.875rem;font-family:arial;height:66.625rem;width:60rem;position:relative;display:block; }#Qzb2BICzdKzCzV5Jemr9bFgZBvB0cDfD { background-color:#866ae3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.625rem;height:3.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:58.3125rem;left:11.0625rem;display:block; }
#xb79a1En0GkLNIm2rSlAsJc53mwWL4BL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iccK47nmmk1bmTmw2dRyzSx2JbmegPhp { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-image: -moz-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-image: -ms-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-image: -o-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bffffff', endColorstr='#a3ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bffffff', endColorstr='#a3ffffff' );";background-image: linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:15.5rem;width:16.3125rem;top:24.375rem;left:0rem;display:block; }
#gRQF9nSKNTPHeBhRmOWCQcKUVaKWxxN1 { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(353deg, rgba(0,0,0,0), #ffcb66);background-image: -moz-linear-gradient(353deg, rgba(0,0,0,0), #ffcb66);background-image: -ms-linear-gradient(353deg, rgba(0,0,0,0), #ffcb66);background-image: -o-linear-gradient(353deg, rgba(0,0,0,0), #ffcb66);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffcb66' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffcb66' );";background-image: linear-gradient(353deg, rgba(0,0,0,0), #ffcb66);background-size:auto !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;box-shadow: none;height:23.625rem;width:38.5rem;top:3.25rem;left:9.625rem;display:block; }
#InrQVJeUh9Zx04812wdw8LD0ZyXwq5Kd { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -moz-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -ms-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -o-linear-gradient(180deg, #ffe6e8, #ff9db6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#ff9db6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#ff9db6' );";background-image: linear-gradient(180deg, #ffe6e8, #ff9db6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.75rem;width:3.75rem;top:6.875rem;left:46.125rem;display:block; }
#UC01gnrNbNG563EXXoCQW07XpIDwNaTt { color:#26265b;display:block;width:39.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:6rem;left:10.25rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mgRDBc5gOfH8sMBLkalIsLH7hQlauWyd { color:#202031;display:block;width:35.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.9375rem;left:11.25rem;height:12rem;text-align:center;text-align-last:center;display:block; }
#LisSDQIUGd9FaUp9vCeME9Fvrm0gtcS9 { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(154deg, rgba(0,0,0,0), rgba(174,102,255,0.48));background-image: -moz-linear-gradient(154deg, rgba(0,0,0,0), rgba(174,102,255,0.48));background-image: -ms-linear-gradient(154deg, rgba(0,0,0,0), rgba(174,102,255,0.48));background-image: -o-linear-gradient(154deg, rgba(0,0,0,0), rgba(174,102,255,0.48));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7aae66ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7aae66ff' );";background-image: linear-gradient(154deg, rgba(0,0,0,0), rgba(174,102,255,0.48));background-size:auto !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;box-shadow: none;height:18.375rem;width:38.5rem;top:25.1875rem;left:16.3125rem;display:block; }
#TqADQKWhX1fT3RL9nZi5PCvuK615Q3ao { color:#202031;display:block;width:35.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:33rem;left:17.0625rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#EsVdO7uBitcFRrL2AOSqNRATy6Tb4em3 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe6e8, #9dd8ff);background-image: -moz-linear-gradient(180deg, #ffe6e8, #9dd8ff);background-image: -ms-linear-gradient(180deg, #ffe6e8, #9dd8ff);background-image: -o-linear-gradient(180deg, #ffe6e8, #9dd8ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#9dd8ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#9dd8ff' );";background-image: linear-gradient(180deg, #ffe6e8, #9dd8ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.75rem;width:3.75rem;top:39.1875rem;left:15rem;display:block; }
#TZwL0nBkG5cMmdMyewE0wnDX8oO3fW3a { color:#26265b;display:block;width:29.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:27.9375rem;left:20.9375rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I4HO2CV78XVgbMCatSN4VESlCB8qRhEm { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(154deg, rgba(0,0,0,0), rgba(255,102,159,0.48));background-image: -moz-linear-gradient(154deg, rgba(0,0,0,0), rgba(255,102,159,0.48));background-image: -ms-linear-gradient(154deg, rgba(0,0,0,0), rgba(255,102,159,0.48));background-image: -o-linear-gradient(154deg, rgba(0,0,0,0), rgba(255,102,159,0.48));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7aff669f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7aff669f' );";background-image: linear-gradient(154deg, rgba(0,0,0,0), rgba(255,102,159,0.48));background-size:auto !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;box-shadow: none;height:17.125rem;width:38.5rem;top:42.9375rem;left:6.625rem;display:block; }
#dQpgsTGM6RLkmLPbhBWxy7zaPMirTLNv { color:#202031;display:block;width:35.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:49.1875rem;left:8.25rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#LF7NfEmdThC0tNC64ff953tunXgX9bGb { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe6e8, #9db0ff);background-image: -moz-linear-gradient(180deg, #ffe6e8, #9db0ff);background-image: -ms-linear-gradient(180deg, #ffe6e8, #9db0ff);background-image: -o-linear-gradient(180deg, #ffe6e8, #9db0ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#9db0ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#9db0ff' );";background-image: linear-gradient(180deg, #ffe6e8, #9db0ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.75rem;width:3.75rem;top:48.625rem;left:42.4375rem;display:block; }
#IEuPyX0Fa6mNNs5nWs6cHRG9hzpddr55 { color:#26265b;display:block;width:29.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:46rem;left:12rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xhRr57lcL7wnWELySoSw9BomIhHvHNle { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { background-color: transparent; background-image: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container > .video-iframe-container { display: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container { display: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .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); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { border-width: 0; border-radius: 0; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:60rem;position:relative;display:block; }#H7axiPhzJ3IJxCgiLEvGapE4Bq4SoCiS { color:#26265b;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:5.8125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xFILisyDTTrTCSOSKKcvbderBqvra4Up { position:absolute;display:block;z-index:14996;background-color:#866ae3;background-image:none;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;box-shadow: none;height:0.3125rem;width:6.25rem;top:3.75rem;left:26.875rem;display:block; }
#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 > .row .container { background-color: transparent; background-image: none; }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 > .row .container > .video-iframe-container { display: none; }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 > .row > .video-iframe-container { display: none; }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 > .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); }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 > .row .container { border-width: 0; border-radius: 0; }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:60rem;position:relative;display:block; }#golQm5lFd40Dnzbr3zOqRFTyiNaiUopm { color:#4e4e80;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:19.875rem;left:1.8125rem;height:13.5rem;text-align:center;text-align-last:center;display:block; }
#w1W8aFlS0Eauz0WeKFT5BCC51oNBczqW { color:#26265b;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:17.25rem;left:1.375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mJ0cohNlvPT0aL4em2EQxC16GAlypnS7 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.875rem;width:16.625rem;top:1.1875rem;left:1.6875rem;overflow:hidden;display:block; }
#nI8nINH62SKIITiXhJ9Fn4A28ySta0Vw { color:#4e4e80;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:19.875rem;left:21.8125rem;height:13.5rem;text-align:center;text-align-last:center;display:block; }
#S6533CBRaC7RuwiOaeK1yX0w423U3IK6 { color:#26265b;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:17.25rem;left:21.375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RwdtVUdW0G02TJQoAlB6VyZOGrv3JCcE { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.8125rem;width:16.5rem;top:1.25rem;left:21.6875rem;overflow:hidden;display:block; }
#wH0QSTTpsxPxpBuA21Oz2oxSu8xg5O9c { color:#4e4e80;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:19.875rem;left:42.1875rem;height:12rem;text-align:center;text-align-last:center;display:block; }
#KPK8BZ7ThRCevqn33HTnZpRvSuItdylF { color:#26265b;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:17.25rem;left:41.75rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rfw8pwDhbAAT7sQsxFSBUkwi7FcRsNpL { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.875rem;width:16.625rem;top:1.25rem;left:42.0625rem;overflow:hidden;display:block; }
#Qy6achOe0G5fdlXhd7e45bDwEwBlt35a { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(183deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(183deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(183deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );";background-image: linear-gradient(183deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-size:auto !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;box-shadow: none;height:7.5rem;width:10rem;top:0rem;left:0.625rem;display:block; }
#Ddu2ckee0cTSPrOcbfdC9twc4SJmtHAh { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-size:auto !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;box-shadow: none;height:3.8125rem;width:11.25rem;top:0rem;left:24.1875rem;display:block; }
#V3ZDGg0l7uXVPZopIULwsgLadIXVUAc6 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.1));background-image: -moz-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.1));background-image: -ms-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.1));background-image: -o-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#42866ae3', endColorstr='#195fffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#42866ae3', endColorstr='#195fffff' );";background-image: linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.1));background-size:auto !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;box-shadow: none;height:7.5rem;width:10rem;top:0rem;left:50rem;display:block; }
#kRTxEHdBqyQSNxuKiip5T7LCnECwtVTR { color:#4e4e80;display:block;width:16.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:34.875rem;left:1.4375rem;height:13.6230625rem;display:block; }#kRTxEHdBqyQSNxuKiip5T7LCnECwtVTR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kRTxEHdBqyQSNxuKiip5T7LCnECwtVTR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea2cdf947dbc941edac573e28bfa1351.svg); }
#TxrlZaef4KXsPWzaAVaVMWLvScThkQa6 { color:#4e4e80;display:block;width:16.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:36.1875rem;left:21.65625rem;height:14.922875rem;display:block; }#TxrlZaef4KXsPWzaAVaVMWLvScThkQa6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TxrlZaef4KXsPWzaAVaVMWLvScThkQa6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea2cdf947dbc941edac573e28bfa1351.svg); }
#CTnCnNybo9bkT01d8UmGzqGhNxaecUXh { color:#4e4e80;display:block;width:16.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:34.875rem;left:41.59375rem;height:13.6230625rem;display:block; }#CTnCnNybo9bkT01d8UmGzqGhNxaecUXh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CTnCnNybo9bkT01d8UmGzqGhNxaecUXh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea2cdf947dbc941edac573e28bfa1351.svg); }
#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container { background-color: transparent; background-image: none; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container > .video-iframe-container { display: none; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row > .video-iframe-container { display: none; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .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); }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container { border-width: 0; border-radius: 0; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:60rem;position:relative;display:block; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);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; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { background-color: transparent; background-image: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container > .video-iframe-container { display: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row > .video-iframe-container { display: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .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); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { border-width: 0; border-radius: 0; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#k92sPDZPuIicgrJUkIM3PrUEr78dWrbl { color:#26265b;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:5.8125rem;left:0rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uP50sDDcnMZTBVdt74z1ocQ1bJTThffZ { position:absolute;display:block;z-index:14996;background-color:#866ae3;background-image:none;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;box-shadow: none;height:0.3125rem;width:6.25rem;top:3.75rem;left:26.875rem;display:block; }
#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);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; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { background-color: transparent; background-image: none; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container > .video-iframe-container { display: none; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row > .video-iframe-container { display: none; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .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); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { border-width: 0; border-radius: 0; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;position:relative;display:block; }#t8NxTu7t4AGtZZmWevRvco78E1cOufAp { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0.0625rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:24.5625rem;width:60rem;top:0rem;left:0rem;display:block; }
#E5hcbFHDkf7xzyEhIKyT6tH4sSWuUIMl { color:#4e4e80;display:block;width:54.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:3.40625rem;left:2.75rem;height:16.5rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#W9fQ2t1lguwJN0a3s9GraJpprcazIMlb { color:#4e4e80;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:21.40625rem;left:32.3125rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#fSBPsqOh2fO2AIHleG3v6mDG8XGgWcQT { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -moz-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -ms-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -o-linear-gradient(180deg, #ffe6e8, #ff9db6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#ff9db6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#ff9db6' );";background-image: linear-gradient(180deg, #ffe6e8, #ff9db6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.125rem;width:3.125rem;top:17.0625rem;left:54.875rem;display:block; }
#nSZrIMsIc4wDQZCITbBlQ4zEar4ibfog { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);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; }#nSZrIMsIc4wDQZCITbBlQ4zEar4ibfog > .row .container { background-color: transparent; background-image: none; }#nSZrIMsIc4wDQZCITbBlQ4zEar4ibfog::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSZrIMsIc4wDQZCITbBlQ4zEar4ibfog > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSZrIMsIc4wDQZCITbBlQ4zEar4ibfog > .row .container > .video-iframe-container { display: none; }#nSZrIMsIc4wDQZCITbBlQ4zEar4ibfog > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSZrIMsIc4wDQZCITbBlQ4zEar4ibfog > .row > .video-iframe-container { display: none; }#nSZrIMsIc4wDQZCITbBlQ4zEar4ibfog > .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); }#nSZrIMsIc4wDQZCITbBlQ4zEar4ibfog > .row .container { border-width: 0; border-radius: 0; }#nSZrIMsIc4wDQZCITbBlQ4zEar4ibfog > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nSZrIMsIc4wDQZCITbBlQ4zEar4ibfog > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:60rem;position:relative;display:block; }#lnmkQIhBQ7mZrwNs2AHNRmVomFWgIqoC { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0.0625rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:12.8125rem;width:60rem;top:0rem;left:0rem;display:block; }
#vtZ0JaGSagcuulTXtpSgwhIu2l1GK4Na { color:#4e4e80;display:block;width:54.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:2.59375rem;left:2.75rem;height:6rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#Q94g0oaX4SXPL1dphkvZTEROwtqxspCw { color:#4e4e80;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:10.09375rem;left:32.3125rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#ClpCOfGI1a7b3ErZvCwSgpy8FBapg5mJ { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe6e8, #43d2dc);background-image: -moz-linear-gradient(180deg, #ffe6e8, #43d2dc);background-image: -ms-linear-gradient(180deg, #ffe6e8, #43d2dc);background-image: -o-linear-gradient(180deg, #ffe6e8, #43d2dc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#43d2dc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#43d2dc' );";background-image: linear-gradient(180deg, #ffe6e8, #43d2dc);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.125rem;width:3.125rem;top:11.59375rem;left:43.25rem;display:block; }
#S2c3nTM0u3vosBUgv6iCxF4BK0ZqXnUe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);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; }#S2c3nTM0u3vosBUgv6iCxF4BK0ZqXnUe > .row .container { background-color: transparent; background-image: none; }#S2c3nTM0u3vosBUgv6iCxF4BK0ZqXnUe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2c3nTM0u3vosBUgv6iCxF4BK0ZqXnUe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2c3nTM0u3vosBUgv6iCxF4BK0ZqXnUe > .row .container > .video-iframe-container { display: none; }#S2c3nTM0u3vosBUgv6iCxF4BK0ZqXnUe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2c3nTM0u3vosBUgv6iCxF4BK0ZqXnUe > .row > .video-iframe-container { display: none; }#S2c3nTM0u3vosBUgv6iCxF4BK0ZqXnUe > .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); }#S2c3nTM0u3vosBUgv6iCxF4BK0ZqXnUe > .row .container { border-width: 0; border-radius: 0; }#S2c3nTM0u3vosBUgv6iCxF4BK0ZqXnUe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S2c3nTM0u3vosBUgv6iCxF4BK0ZqXnUe > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:60rem;position:relative;display:block; }#Wp0FIVD0fifwhgNTA9ht6rWK18C356zT { color:#26265b;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:5.8125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ndOyAhb4CxKVsGZWpxG9M3rFTeD4qMRx { position:absolute;display:block;z-index:14996;background-color:#866ae3;background-image:none;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;box-shadow: none;height:0.3125rem;width:6.25rem;top:3.75rem;left:26.875rem;display:block; }
#qKsHSsCI1NdPTpPs02ltAOF1VssPntPi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);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; }#qKsHSsCI1NdPTpPs02ltAOF1VssPntPi > .row .container { background-color: transparent; background-image: none; }#qKsHSsCI1NdPTpPs02ltAOF1VssPntPi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKsHSsCI1NdPTpPs02ltAOF1VssPntPi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKsHSsCI1NdPTpPs02ltAOF1VssPntPi > .row .container > .video-iframe-container { display: none; }#qKsHSsCI1NdPTpPs02ltAOF1VssPntPi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKsHSsCI1NdPTpPs02ltAOF1VssPntPi > .row > .video-iframe-container { display: none; }#qKsHSsCI1NdPTpPs02ltAOF1VssPntPi > .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); }#qKsHSsCI1NdPTpPs02ltAOF1VssPntPi > .row .container { border-width: 0; border-radius: 0; }#qKsHSsCI1NdPTpPs02ltAOF1VssPntPi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qKsHSsCI1NdPTpPs02ltAOF1VssPntPi > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:60rem;position:relative;display:block; }#XftXQU1hPTTVrqtHAGgb3dZA2wWRNddO { position:absolute;display:block;z-index:15023;background-color:#f8eaea;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0.0625rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:41.6875rem;width:60rem;top:0rem;left:0rem;display:block; }
#kiDAmCUe8up94UlS7L2HUHKqlo9SJwgg { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(38,38,91,0.16) ;height:10.0625rem;width:10.0625rem;top:7.8125rem;left:2.3125rem;overflow:hidden;display:block; }
#X2SfS4G0157f2hZaJAyPnZlXioeA2td3 { color:#4e4e80;display:block;width:42.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:7.8125rem;left:14.0625rem;height:28.5rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#wbTSTWrO3KTODMR5TqzWa7BuFN8PREkk { color:#4e4e80;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:38rem;left:32.5625rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#kimvTExQvCO3K8JTxIXbszrBpCkVRrtS { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -moz-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -ms-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -o-linear-gradient(180deg, #ffe6e8, #ff9db6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#ff9db6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#ff9db6' );";background-image: linear-gradient(180deg, #ffe6e8, #ff9db6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.125rem;width:3.125rem;top:6.125rem;left:2.3125rem;display:block; }
#lQ9AK0yXlrgxlHkrWp48z0SThplCHKTa { color:#4e4e80;display:block;width:44.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:2.625rem;left:7.5625rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { background-color: transparent; background-image: none; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container > .video-iframe-container { display: none; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row > .video-iframe-container { display: none; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .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); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { border-width: 0; border-radius: 0; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:60rem;position:relative;display:block; }#qqO3OkBzI5rXH6bwv08oNoTCSG8BqQkE { color:#26265b;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:5.8125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lXTZvBEvNHSit9IWz1VDvemz5nVrmdcL { position:absolute;display:block;z-index:14996;background-color:#866ae3;background-image:none;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;box-shadow: none;height:0.3125rem;width:6.25rem;top:3.75rem;left:26.875rem;display:block; }
#pDBan4areyGmVy9HndplxbQcw0IdS28l { color:#4e4e80;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:9.6875rem;left:0rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#F83WF24iArL93xI5qO4mSUkbBEVzdQqO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { background-color: transparent; background-image: none; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container > .video-iframe-container { display: none; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row > .video-iframe-container { display: none; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .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); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { border-width: 0; border-radius: 0; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#eA69K80QDZvP6biTWsZ90XBP76bulNPB { color:#26265b;display:block;width:49.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0rem;left:10.75rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TA8vVH8sls2SrEIywwQiK49NX8bfDpdA { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-size:auto !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;box-shadow: none;height:3.6875rem;width:7.625rem;top:0rem;left:0rem;display:block; }
#UnSR6bOT7gvuQRg0fOvg2whs7FSIXZyo { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:1.5625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { background-color: transparent; background-image: none; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container > .video-iframe-container { display: none; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row > .video-iframe-container { display: none; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .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); }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { border-width: 0; border-radius: 0; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;position:relative;display:block; }#wFEerGFK5TzNnqHsPHO1CWcUdUFNBXfA { color:#4e4e80;display:block;width:49.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:0rem;left:10.625rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container { background-color: transparent; background-image: none; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container > .video-iframe-container { display: none; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row > .video-iframe-container { display: none; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .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); }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container { border-width: 0; border-radius: 0; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#PT0w5gp72LWFOgC7rfWad8iS57ZKdwJO { color:#26265b;display:block;width:49.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0rem;left:10.75rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oJRJfGkNTZk3KFK3kUqzeLTPMezN4k93 { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-size:auto !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;box-shadow: none;height:3.6875rem;width:7.625rem;top:0rem;left:0rem;display:block; }
#s4CXUOAIS99m2Ddzt4vPhOGVJcfuOwLT { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:1.5625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container { background-color: transparent; background-image: none; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container > .video-iframe-container { display: none; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row > .video-iframe-container { display: none; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .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); }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container { border-width: 0; border-radius: 0; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;position:relative;display:block; }#dTEymWZDd3Mc9tXo3C7izF5XWOM7vpmk { color:#4e4e80;display:block;width:49.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:0rem;left:10.625rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container { background-color: transparent; background-image: none; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container > .video-iframe-container { display: none; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row > .video-iframe-container { display: none; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .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); }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container { border-width: 0; border-radius: 0; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#vSp3r4NIEXiZXqW7IZF5dJtkpnJqtJ0f { color:#26265b;display:block;width:49.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0rem;left:10.75rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oJTk3nXtpt8P6aVHXLGr0gdSXWslrGVh { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-size:auto !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;box-shadow: none;height:3.6875rem;width:7.625rem;top:0rem;left:0rem;display:block; }
#wyxtlGF7ssNWpJCxNyvUTDT2QscFCcTv { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:1.5625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { background-color: transparent; background-image: none; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container > .video-iframe-container { display: none; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row > .video-iframe-container { display: none; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .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); }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { border-width: 0; border-radius: 0; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;position:relative;display:block; }#meNru9O5KkTHxb8JlAdVDHKTJqLi8gia { color:#4e4e80;display:block;width:49.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:0rem;left:10.625rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#ABazpDxy8oXZHIHfTa6UwVlHbCHyJO0m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ABazpDxy8oXZHIHfTa6UwVlHbCHyJO0m > .row .container { background-color: transparent; background-image: none; }#ABazpDxy8oXZHIHfTa6UwVlHbCHyJO0m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABazpDxy8oXZHIHfTa6UwVlHbCHyJO0m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABazpDxy8oXZHIHfTa6UwVlHbCHyJO0m > .row .container > .video-iframe-container { display: none; }#ABazpDxy8oXZHIHfTa6UwVlHbCHyJO0m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABazpDxy8oXZHIHfTa6UwVlHbCHyJO0m > .row > .video-iframe-container { display: none; }#ABazpDxy8oXZHIHfTa6UwVlHbCHyJO0m > .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); }#ABazpDxy8oXZHIHfTa6UwVlHbCHyJO0m > .row .container { border-width: 0; border-radius: 0; }#ABazpDxy8oXZHIHfTa6UwVlHbCHyJO0m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ABazpDxy8oXZHIHfTa6UwVlHbCHyJO0m > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#WDIokp6Ab3Ipst5gT3UylrcHBf8V448w { color:#26265b;display:block;width:49.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0rem;left:10.75rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LcMoZknhZnUSFMO4B8Tr6ZVoKmy7sAbv { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-size:auto !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;box-shadow: none;height:3.6875rem;width:7.625rem;top:0rem;left:0rem;display:block; }
#WZbEm3u3TGQ5CN3pcRQ7dNmGDZ4ETegB { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:1.5625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#JecJV3aQMS1LBuyJgm0QBiCDTRXD08fO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JecJV3aQMS1LBuyJgm0QBiCDTRXD08fO > .row .container { background-color: transparent; background-image: none; }#JecJV3aQMS1LBuyJgm0QBiCDTRXD08fO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JecJV3aQMS1LBuyJgm0QBiCDTRXD08fO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JecJV3aQMS1LBuyJgm0QBiCDTRXD08fO > .row .container > .video-iframe-container { display: none; }#JecJV3aQMS1LBuyJgm0QBiCDTRXD08fO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JecJV3aQMS1LBuyJgm0QBiCDTRXD08fO > .row > .video-iframe-container { display: none; }#JecJV3aQMS1LBuyJgm0QBiCDTRXD08fO > .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); }#JecJV3aQMS1LBuyJgm0QBiCDTRXD08fO > .row .container { border-width: 0; border-radius: 0; }#JecJV3aQMS1LBuyJgm0QBiCDTRXD08fO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JecJV3aQMS1LBuyJgm0QBiCDTRXD08fO > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;position:relative;display:block; }#FT5y8wPT3D6UxgTRyp5R2ra5G0iAtn3H { color:#4e4e80;display:block;width:49.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:0rem;left:10.625rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { background-color: transparent; background-image: none; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container > .video-iframe-container { display: none; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row > .video-iframe-container { display: none; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .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); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { border-width: 0; border-radius: 0; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:60rem;position:relative;display:block; }#pK8L6z9gO4W2RJtwkn4HsWhwHoitl4vy { background-color:#866ae3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:3.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:2.1875rem;left:20.375rem;display:block; }
#SBuqROhhJAV1R0avxB0ggMBOMUhnpb1A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K0hm12C2WcZn8nZstRxFlt1vcoaBSAeM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));background-image: -moz-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));background-image: -ms-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));background-image: -o-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ddd3ff', endColorstr='#33866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ddd3ff', endColorstr='#33866ae3' );";background-image: linear-gradient(90deg, rgba(221,211,255,0.2), rgba(134,106,227,0.2));background-size:auto !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; }#K0hm12C2WcZn8nZstRxFlt1vcoaBSAeM > .row .container { background-color: transparent; background-image: none; }#K0hm12C2WcZn8nZstRxFlt1vcoaBSAeM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0hm12C2WcZn8nZstRxFlt1vcoaBSAeM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0hm12C2WcZn8nZstRxFlt1vcoaBSAeM > .row .container > .video-iframe-container { display: none; }#K0hm12C2WcZn8nZstRxFlt1vcoaBSAeM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0hm12C2WcZn8nZstRxFlt1vcoaBSAeM > .row > .video-iframe-container { display: none; }#K0hm12C2WcZn8nZstRxFlt1vcoaBSAeM > .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); }#K0hm12C2WcZn8nZstRxFlt1vcoaBSAeM > .row .container { border-width: 0; border-radius: 0; }#K0hm12C2WcZn8nZstRxFlt1vcoaBSAeM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K0hm12C2WcZn8nZstRxFlt1vcoaBSAeM > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:60rem;position:relative;display:block; }#rCSyWQUiyFtQ0hOM0Ecvls1vlDOSOnZk { background-color:#866ae3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:26.6875rem;left:7.125rem;display:block; }
#DyvJT3GpikEUvn9XxhXprBMLQwwatp9y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GyieTpgy59addRHmQiAAcZ2cJzPomu6y { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-image: -moz-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-image: -ms-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-image: -o-linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bffffff', endColorstr='#a3ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bffffff', endColorstr='#a3ffffff' );";background-image: linear-gradient(326deg, rgba(255,255,255,0.17), rgba(255,255,255,0.64));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:15.5rem;width:16.3125rem;top:29.125rem;left:0rem;display:block; }
#aiNBlom6MS0udnmKOD5IFCbdwNQHNbU8 { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffcb66' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffcb66' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);background-size:auto !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;box-shadow: none;height:17.625rem;width:38.5rem;top:0.28125rem;left:9.625rem;display:block; }
#yDZOI7nbDmu5tZe4lq2NEn4Vu3opJT3a { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -moz-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -ms-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -o-linear-gradient(180deg, #ffe6e8, #ff9db6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#ff9db6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#ff9db6' );";background-image: linear-gradient(180deg, #ffe6e8, #ff9db6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.75rem;width:3.75rem;top:3.9375rem;left:46.1513671875rem;display:block; }
#lXM0w3eVyu7U0GXUBa7wVTP9d4ZVgLcz { color:#26265b;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:3.25rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#glqE7vGwr108A7RUZKE6r5RdOr7GbRoq { color:#202031;display:block;width:35.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:7rem;left:11.25rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#sKbU3TrOIhwrZFtULOeExlTcFXDzVr6D { position:absolute;display:block;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(168deg, rgba(0,0,0,0), rgba(255,241,102,0.5));background-image: -moz-linear-gradient(168deg, rgba(0,0,0,0), rgba(255,241,102,0.5));background-image: -ms-linear-gradient(168deg, rgba(0,0,0,0), rgba(255,241,102,0.5));background-image: -o-linear-gradient(168deg, rgba(0,0,0,0), rgba(255,241,102,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7ffff166' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7ffff166' );";background-image: linear-gradient(168deg, rgba(0,0,0,0), rgba(255,241,102,0.5));background-size:auto !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;box-shadow: none;height:17.1875rem;width:38.5rem;top:11.09375rem;left:14.125rem;display:block; }
#uOdOGhm4gCoLRgXohp7w0KtDcAKdmktg { color:#26265b;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:16.1875rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xIeZF4PZIfKWouJEdrzwMi3wvQOWWWoE { color:#202031;display:block;width:35.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:20.125rem;left:15.75rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#XTTLKS11U33yfgFgf9WKRvtLlbm0qDi3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);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; }#XTTLKS11U33yfgFgf9WKRvtLlbm0qDi3 > .row .container { background-color: transparent; background-image: none; }#XTTLKS11U33yfgFgf9WKRvtLlbm0qDi3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTTLKS11U33yfgFgf9WKRvtLlbm0qDi3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTTLKS11U33yfgFgf9WKRvtLlbm0qDi3 > .row .container > .video-iframe-container { display: none; }#XTTLKS11U33yfgFgf9WKRvtLlbm0qDi3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTTLKS11U33yfgFgf9WKRvtLlbm0qDi3 > .row > .video-iframe-container { display: none; }#XTTLKS11U33yfgFgf9WKRvtLlbm0qDi3 > .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); }#XTTLKS11U33yfgFgf9WKRvtLlbm0qDi3 > .row .container { border-width: 0; border-radius: 0; }#XTTLKS11U33yfgFgf9WKRvtLlbm0qDi3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XTTLKS11U33yfgFgf9WKRvtLlbm0qDi3 > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:60rem;position:relative;display:block; }#tDF0TKQEcIvWsSdatpJMIqKOooTABqqu { color:#26265b;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:5.8125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bAQxcmwGoZ6HWkT4KdgMqBiTC9P9vEdO { position:absolute;display:block;z-index:14996;background-color:#866ae3;background-image:none;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;box-shadow: none;height:0.3125rem;width:6.25rem;top:3.75rem;left:26.875rem;display:block; }
#ZLof4fzTS7en1eLI5TueA2gKM1P51usA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);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; }#ZLof4fzTS7en1eLI5TueA2gKM1P51usA > .row .container { background-color: transparent; background-image: none; }#ZLof4fzTS7en1eLI5TueA2gKM1P51usA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLof4fzTS7en1eLI5TueA2gKM1P51usA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLof4fzTS7en1eLI5TueA2gKM1P51usA > .row .container > .video-iframe-container { display: none; }#ZLof4fzTS7en1eLI5TueA2gKM1P51usA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLof4fzTS7en1eLI5TueA2gKM1P51usA > .row > .video-iframe-container { display: none; }#ZLof4fzTS7en1eLI5TueA2gKM1P51usA > .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); }#ZLof4fzTS7en1eLI5TueA2gKM1P51usA > .row .container { border-width: 0; border-radius: 0; }#ZLof4fzTS7en1eLI5TueA2gKM1P51usA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZLof4fzTS7en1eLI5TueA2gKM1P51usA > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#oLvE0CFFKkcUs2CeMErQEayiP0xvJkUv { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0.0625rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:13.9375rem;width:43.75rem;top:0rem;left:0rem;display:block; }
#TvR0F3K0KsIxFFQdcwCkLoUJX2seNv13 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(38,38,91,0.16) ;height:10.8125rem;width:10.125rem;top:1.5625rem;left:1.875rem;overflow:hidden;display:block; }
#HrhNMdE3vbwQnaJeOgTMGdguR7p8FMoO { color:#4e4e80;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:3rem;left:15.15625rem;height:4.5rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#Lm6FBHPCaauXui3oRfOTeZCnE742Tvgu { color:#4e4e80;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:10.9375rem;left:15.15625rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#UF6lcqJNH0ZtrRC2ny822FIQJL8lw2pv { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -moz-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -ms-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -o-linear-gradient(180deg, #ffe6e8, #ff9db6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#ff9db6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#ff9db6' );";background-image: linear-gradient(180deg, #ffe6e8, #ff9db6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.125rem;width:3.125rem;top:0.9375rem;left:1.875rem;display:block; }
#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);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; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { background-color: transparent; background-image: none; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container > .video-iframe-container { display: none; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row > .video-iframe-container { display: none; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .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); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { border-width: 0; border-radius: 0; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#AaMg5BT57ekduVAhL37Vb5Ma98WZyTMg { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:14.9375rem;width:43.75rem;top:0rem;left:16.25rem;display:block; }
#asbbKQ7dDbgF6JWnRW7IzRCXRXLWV8mH { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(38,38,91,0.16) ;height:10.0625rem;width:10.8125rem;top:2.84375rem;left:47.25rem;overflow:hidden;display:block; }
#wvq9W56eefogyOneNeu9mLzQAPTxlL2M { color:#4e4e80;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:2.84375rem;left:20rem;height:6rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#TnBoeLiMF3yVTFWqdxhA7NUzNytkEgPk { color:#4e4e80;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:11.46875rem;left:20rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#H8wMHm24tc3hfsyF76ETerv8go7VTTI6 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe6e8, #43d2dc);background-image: -moz-linear-gradient(180deg, #ffe6e8, #43d2dc);background-image: -ms-linear-gradient(180deg, #ffe6e8, #43d2dc);background-image: -o-linear-gradient(180deg, #ffe6e8, #43d2dc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#43d2dc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#43d2dc' );";background-image: linear-gradient(180deg, #ffe6e8, #43d2dc);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.125rem;width:3.125rem;top:9.25rem;left:47.25rem;display:block; }
#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);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; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { background-color: transparent; background-image: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container > .video-iframe-container { display: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container { display: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .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); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { border-width: 0; border-radius: 0; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#oOcaqmCkmxi6XHMmq3AsPJRTfUspxUhf { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0.0625rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:13.9375rem;width:43.75rem;top:0rem;left:0rem;display:block; }
#pQ3LwRzH3cXMp90iMTOSXtsbgixRCkUv { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(38,38,91,0.16) ;height:10.8125rem;width:10.8125rem;top:1.5625rem;left:1.875rem;overflow:hidden;display:block; }
#HM1nng2N7h745IdTJmZLUJKW4q8XFgLv { color:#4e4e80;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:3.1875rem;left:15.15625rem;height:6rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#dDOFSUgTAkiqktzU7t28JPd8hJuoxxPK { color:#4e4e80;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:10.9375rem;left:15.15625rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#TFWqxtaUmUcgm32dMcz32kPmOfWfmySA { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe6e8, #866ae3);background-image: -moz-linear-gradient(180deg, #ffe6e8, #866ae3);background-image: -ms-linear-gradient(180deg, #ffe6e8, #866ae3);background-image: -o-linear-gradient(180deg, #ffe6e8, #866ae3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#866ae3' );";background-image: linear-gradient(180deg, #ffe6e8, #866ae3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.125rem;width:3.125rem;top:8.6875rem;left:10.625rem;display:block; }
#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { background-color: transparent; background-image: none; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container > .video-iframe-container { display: none; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row > .video-iframe-container { display: none; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .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); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { border-width: 0; border-radius: 0; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:60rem;position:relative;display:block; }#eCPTFwF5QB943gOvLVLHumpZQfdCGo6b { color:#26265b;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:5.8125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zynl76p3y9OAqStyPwKfORByd6TXwuRk { position:absolute;display:block;z-index:14996;background-color:#866ae3;background-image:none;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;box-shadow: none;height:0.3125rem;width:6.25rem;top:3.75rem;left:26.875rem;display:block; }
#Q9oHBHii3R13PEUlx07wVsnnoA2RTilB { color:#26265b;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:9.4375rem;left:0rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#S1U0aZFK0hT5uq1Dd9aRd6vgtIEk1mJr { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:12.3837890625rem;left:28.84375rem; }
#NJcusr5oyQXTitUFNtdqgUsXkf5iGaxs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#NJcusr5oyQXTitUFNtdqgUsXkf5iGaxs > .row .container { background-color: transparent; background-image: none; }#NJcusr5oyQXTitUFNtdqgUsXkf5iGaxs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJcusr5oyQXTitUFNtdqgUsXkf5iGaxs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJcusr5oyQXTitUFNtdqgUsXkf5iGaxs > .row .container > .video-iframe-container { display: none; }#NJcusr5oyQXTitUFNtdqgUsXkf5iGaxs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJcusr5oyQXTitUFNtdqgUsXkf5iGaxs > .row > .video-iframe-container { display: none; }#NJcusr5oyQXTitUFNtdqgUsXkf5iGaxs > .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); }#NJcusr5oyQXTitUFNtdqgUsXkf5iGaxs > .row .container { border-width: 0; border-radius: 0; }#NJcusr5oyQXTitUFNtdqgUsXkf5iGaxs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NJcusr5oyQXTitUFNtdqgUsXkf5iGaxs > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:60rem;position:relative;display:block; }#EKVa1CB3zIpMSCvLOAW9VFSdOHhetUxG { color:#26265b;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:5.8125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZnLtXD9wQNT2CNLzcleE1vAKQDQCBHal { position:absolute;display:block;z-index:14996;background-color:#866ae3;background-image:none;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;box-shadow: none;height:0.3125rem;width:6.25rem;top:3.75rem;left:26.875rem;display:block; }
#fM0E89P23opNIipHwLETRRneH77Jr8GJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { background-color: transparent; background-image: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container > .video-iframe-container { display: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container { display: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .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); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { border-width: 0; border-radius: 0; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { font-size:0.875rem;font-family:arial;height:102.5rem;width:60rem;position:relative;display:block; }#br6NS94e9u7kR6h0CL7oEBZU0MtqbX3Q { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));background-image: -moz-linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));background-image: -ms-linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));background-image: -o-linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fcffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fcffffff' );";background-image: linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:15.5rem;width:16.3125rem;top:15.125rem;left:0rem;display:block; }
#gqHtfnp05mGSifDcqupEGiBMwtZsORbp { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(197deg, #ffe6e8, #43d2dc);background-image: -moz-linear-gradient(197deg, #ffe6e8, #43d2dc);background-image: -ms-linear-gradient(197deg, #ffe6e8, #43d2dc);background-image: -o-linear-gradient(197deg, #ffe6e8, #43d2dc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#43d2dc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#43d2dc' );";background-image: linear-gradient(197deg, #ffe6e8, #43d2dc);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.5625rem;width:3.8125rem;top:14.46875rem;left:11.3388671875rem;display:block; }
#DNuvp9vHXSHthWrRAsOzS99abVSUzxKt { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffcb66' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffcb66' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);background-size:auto !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;box-shadow: none;height:34.1875rem;width:38.5rem;top:0rem;left:10.75rem;display:block; }
#JF2NkKLQJFwPEkoKC6wCQI53XRkTl0Os { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.4));background-image: -moz-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.4));background-image: -ms-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.4));background-image: -o-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#42866ae3', endColorstr='#665fffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#42866ae3', endColorstr='#665fffff' );";background-image: linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.4));background-size:auto !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;box-shadow: none;height:12.5rem;width:18.5rem;top:26.3125rem;left:41.75rem;display:block; }
#uaOelgaGc2xudyTNFR1agqPQMX1hc8vL { position:absolute;display:block;z-index:15023;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.25rem;width:23rem;top:10.0625rem;left:5.5276595744681rem;overflow:hidden;display:block; }
#EG2rNn6cyCeqBW48Hh5opZ6GOZPGCbKf { position:absolute;display:block;z-index:15024;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.0625rem;width:25.75rem;top:5.09375rem;left:28.5rem;overflow:hidden;display:block; }
#SoOw2TUGBHcqD1HPPubb1vHDZJiyPqI1 { position:absolute;display:block;z-index:15025;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.1875rem;width:27.4375rem;top:25.4375rem;left:1.125rem;overflow:hidden;display:block; }
#D7Zf5rhZlOhwSzQpOMWNDpsrQKKy7Ddo { position:absolute;display:block;z-index:15026;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:26rem;width:17.25rem;top:22.09375rem;left:28.5rem;overflow:hidden;display:block; }
#ettHaaTGq0pIxtEfRTbbV398ddIlMvuT { color:#26265b;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:52.1875rem;left:5.4375rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ok7OXW0VTG6FZk2RTu5SIlRTVZSWZgES { color:#202031;display:block;width:35.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:57.0625rem;left:3.4375rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#cFPAwp2ApVe6g4ZN0GcohRlcGqWmyCBV { position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffcb66' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffcb66' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);background-size:auto !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;box-shadow: none;height:20.375rem;width:38.5rem;top:46.9375rem;left:1.8125rem;display:block; }
#MB7LBiSFwZQamuM6X07XweuB173TMroA { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,172,102,0.45));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,172,102,0.45));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,172,102,0.45));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,172,102,0.45));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#72ffac66' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#72ffac66' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,172,102,0.45));background-size:auto !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;box-shadow: none;height:19.0625rem;width:38.5rem;top:65.6875rem;left:20.3125rem;display:block; }
#lkgNn8TR52cHGQw4MtldIEXmcc4aGoAD { color:#26265b;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:70.9375rem;left:23.9375rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TJ57pcJvGJm39PeZ3GbyUqikRK3BMsO4 { color:#202031;display:block;width:35.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:75.8125rem;left:21.9375rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#NtoQcqZmdI5eZFElR9Toxuce9p1ziZks { color:#202031;display:block;width:35.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:91.1875rem;left:6.5rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#PoaPJuK9USzas21KikNkmnFPdcBu19Zb { color:#26265b;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:86.3125rem;left:8.5rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#do99mieBsULzNBfSczfNNz9OZd201yVp { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #43d2dc);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #43d2dc);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #43d2dc);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #43d2dc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#43d2dc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#43d2dc' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #43d2dc);background-size:auto !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;box-shadow: none;height:17.6875rem;width:38.5rem;top:81.0625rem;left:4.875rem;display:block; }
#S8t3o1R4rWGe8Afx9eqzzZLoZqQQ0TJA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S8t3o1R4rWGe8Afx9eqzzZLoZqQQ0TJA > .row .container { background-color: transparent; background-image: none; }#S8t3o1R4rWGe8Afx9eqzzZLoZqQQ0TJA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8t3o1R4rWGe8Afx9eqzzZLoZqQQ0TJA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8t3o1R4rWGe8Afx9eqzzZLoZqQQ0TJA > .row .container > .video-iframe-container { display: none; }#S8t3o1R4rWGe8Afx9eqzzZLoZqQQ0TJA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8t3o1R4rWGe8Afx9eqzzZLoZqQQ0TJA > .row > .video-iframe-container { display: none; }#S8t3o1R4rWGe8Afx9eqzzZLoZqQQ0TJA > .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); }#S8t3o1R4rWGe8Afx9eqzzZLoZqQQ0TJA > .row .container { border-width: 0; border-radius: 0; }#S8t3o1R4rWGe8Afx9eqzzZLoZqQQ0TJA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S8t3o1R4rWGe8Afx9eqzzZLoZqQQ0TJA > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:60rem;position:relative;display:block; }#y4wtGWhaAMtqLAQF75dbymWUA2NBKqEu { color:#26265b;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:5.8125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k344mSbKsfmHahv3Hqfx11A7180w0bEy { position:absolute;display:block;z-index:14996;background-color:#866ae3;background-image:none;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;box-shadow: none;height:0.3125rem;width:6.25rem;top:3.75rem;left:26.875rem;display:block; }
#uGVTJQlbcpaiOyzhhxRDEd2tGO1u0NT1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uGVTJQlbcpaiOyzhhxRDEd2tGO1u0NT1 > .row .container { background-color: transparent; background-image: none; }#uGVTJQlbcpaiOyzhhxRDEd2tGO1u0NT1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGVTJQlbcpaiOyzhhxRDEd2tGO1u0NT1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGVTJQlbcpaiOyzhhxRDEd2tGO1u0NT1 > .row .container > .video-iframe-container { display: none; }#uGVTJQlbcpaiOyzhhxRDEd2tGO1u0NT1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGVTJQlbcpaiOyzhhxRDEd2tGO1u0NT1 > .row > .video-iframe-container { display: none; }#uGVTJQlbcpaiOyzhhxRDEd2tGO1u0NT1 > .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); }#uGVTJQlbcpaiOyzhhxRDEd2tGO1u0NT1 > .row .container { border-width: 0; border-radius: 0; }#uGVTJQlbcpaiOyzhhxRDEd2tGO1u0NT1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uGVTJQlbcpaiOyzhhxRDEd2tGO1u0NT1 > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:60rem;position:relative;display:block; }#yAdSmTDRLoXP9rPc4Zwdw04rVJuqf65e { position:absolute;display:block;z-index:14998;background-color:#866ae3;background-image:none;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;box-shadow: none;height:0.3125rem;width:6.25rem;top:6.4375rem;left:0rem;display:block; }
#oznvW8FEAI7ZzK87MogNk3g9bxtaFh7Q { color:#26265b;display:block;width:23.125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8rem;left:0rem;height:7.7988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#no4J2FJfJyAbEPL1Z56Td584oVWpaT7e { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:25.5rem;width:25.4375rem;top:6.4375rem;left:32.2626953125rem;overflow:hidden;display:block; }
#HvmlzhmcDams6oTgxHyD6mX3NpCzeB4v { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(201deg, #dcc843, #fff9ea);background-image: -moz-linear-gradient(201deg, #dcc843, #fff9ea);background-image: -ms-linear-gradient(201deg, #dcc843, #fff9ea);background-image: -o-linear-gradient(201deg, #dcc843, #fff9ea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcc843', endColorstr='#fff9ea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcc843', endColorstr='#fff9ea' );";background-image: linear-gradient(201deg, #dcc843, #fff9ea);background-size:auto !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;box-shadow: none;height:22.4375rem;width:22.875rem;top:8rem;left:30.8251953125rem;display:block; }
#Vgo182Qsfa1ZnESoWOOeqOe2VZvSdtF1 { color:#4e4e80;display:block;width:23.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:16.75rem;left:0rem;height:5.0625rem;display:block; }
#gwwIl5qEeKym9IDKFZ8ucEe9yg1K87g2 { color:#4e4e80;display:block;width:20.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:33.1875rem;left:35.3125rem;height:1.6875rem;text-align:right;text-align-last:right;display:block; }
#dTiGypPw78IWAbnxvRWZp2ATDe2qpnTV { position:absolute;display:block;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-size:auto !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;box-shadow: none;height:1.875rem;width:15.625rem;top:33.0625rem;left:42.75rem;display:block; }
#f47DT6zIcSPiJ54XE7i2P8x8zQdrE0WR { color:#4e4e80;display:block;width:23.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:28.5rem;left:0rem;height:8.4375rem;display:block; }
#bdykZt66fZTopHfT7WnCt6dpGFmZ3ykQ { color:#d50000;display:block;width:23.125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:24.6875rem;left:0rem;height:3rem;display:block; }
#nKuM6etu6ZGGPLiVuKaTvzozinC86V5d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nKuM6etu6ZGGPLiVuKaTvzozinC86V5d > .row .container { background-color: transparent; background-image: none; }#nKuM6etu6ZGGPLiVuKaTvzozinC86V5d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKuM6etu6ZGGPLiVuKaTvzozinC86V5d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKuM6etu6ZGGPLiVuKaTvzozinC86V5d > .row .container > .video-iframe-container { display: none; }#nKuM6etu6ZGGPLiVuKaTvzozinC86V5d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKuM6etu6ZGGPLiVuKaTvzozinC86V5d > .row > .video-iframe-container { display: none; }#nKuM6etu6ZGGPLiVuKaTvzozinC86V5d > .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); }#nKuM6etu6ZGGPLiVuKaTvzozinC86V5d > .row .container { border-width: 0; border-radius: 0; }#nKuM6etu6ZGGPLiVuKaTvzozinC86V5d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nKuM6etu6ZGGPLiVuKaTvzozinC86V5d > .row .container { font-size:0.875rem;font-family:arial;height:55.625rem;width:60rem;position:relative;display:block; }#P2i7rm3kx3TB8Hau0mGPU32gtlfNrAzW { position:absolute;display:block;z-index:14998;background-color:#e36a6a;background-image:none;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;box-shadow: none;height:0.3125rem;width:6.25rem;top:5.9375rem;left:53.75rem;display:block; }
#zik2doc9t9yEDwILqDJbiDcrvsq0P2oU { color:#26265b;display:block;width:23.125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.75rem;left:31.75rem;height:5.199225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b1ezzB91bTyX3P9TVzTPCriHthA8LmdV { color:#4e4e80;display:block;width:23.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:13.875rem;left:31.75rem;height:27rem;text-align:left;text-align-last:left;display:block; }
#M9EbJNdy1KDTsZ9eeQFw1i8BOG0m8OrR { background-color:#866ae3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.125rem;height:3.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:46.4375rem;left:16.4375rem;display:block; }
#ShnBE74TsNks3FJ0rVFFZ1bOkcdE20IL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Eqm92Gd9tna93KaUnuuezuEmnUMCcbCO { position:absolute;display:block;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-size:auto !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;box-shadow: none;height:1.875rem;width:15.625rem;top:31.8125rem;left:9.875rem;display:block; }
#K9p8CDD6MpKh7Kw8u6X1I4ebAiWSUWHU { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:23.5rem;width:23.5rem;top:7.75rem;left:2.0625rem;overflow:hidden;display:block; }
#xXz04odPRtwVfJzmUyqCnN2ldK3voiTV { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(201deg, #43ccdc, #fff9ea);background-image: -moz-linear-gradient(201deg, #43ccdc, #fff9ea);background-image: -ms-linear-gradient(201deg, #43ccdc, #fff9ea);background-image: -o-linear-gradient(201deg, #43ccdc, #fff9ea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#43ccdc', endColorstr='#fff9ea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#43ccdc', endColorstr='#fff9ea' );";background-image: linear-gradient(201deg, #43ccdc, #fff9ea);background-size:auto !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;box-shadow: none;height:22.4375rem;width:22.875rem;top:5.9375rem;left:0rem;display:block; }
#SmVp3GO7HGkPMavaAFWG4iGxMwH6CXnG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#SmVp3GO7HGkPMavaAFWG4iGxMwH6CXnG > .row .container { background-color: transparent; background-image: none; }#SmVp3GO7HGkPMavaAFWG4iGxMwH6CXnG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmVp3GO7HGkPMavaAFWG4iGxMwH6CXnG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmVp3GO7HGkPMavaAFWG4iGxMwH6CXnG > .row .container > .video-iframe-container { display: none; }#SmVp3GO7HGkPMavaAFWG4iGxMwH6CXnG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmVp3GO7HGkPMavaAFWG4iGxMwH6CXnG > .row > .video-iframe-container { display: none; }#SmVp3GO7HGkPMavaAFWG4iGxMwH6CXnG > .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); }#SmVp3GO7HGkPMavaAFWG4iGxMwH6CXnG > .row .container { border-width: 0; border-radius: 0; }#SmVp3GO7HGkPMavaAFWG4iGxMwH6CXnG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SmVp3GO7HGkPMavaAFWG4iGxMwH6CXnG > .row .container { font-size:0.875rem;font-family:arial;height:57.5rem;width:60rem;position:relative;display:block; }#p9d1ee3e659f7ff1e0ae9c2684152345 .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; }
#p9d1ee3e659f7ff1e0ae9c2684152345 .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#26265b;background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.31) ;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem; }
#p9d1ee3e659f7ff1e0ae9c2684152345 .widget-text.counter-label { background-color:;background-image:none;color:#26265b;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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#p9d1ee3e659f7ff1e0ae9c2684152345 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);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:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;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:7.4375rem;left:19.8125rem;z-index:15017; }
#p9d1ee3e659f7ff1e0ae9c2684152345 #O2ad036f79e64802e91e344ccac432d8 { display:flex;position:relative;top:0rem;left:0rem; }
#p9d1ee3e659f7ff1e0ae9c2684152345 #cbe4b6712a0657037befb3891554dede { width:auto; }
#p9d1ee3e659f7ff1e0ae9c2684152345 #tce9dc33b645df872abc10df256bd360 {  }
#p9d1ee3e659f7ff1e0ae9c2684152345 #Kd618b08f88f8b5f7cbe9f1cb59855bb { display:flex;position:relative;top:0rem;left:0rem; }
#p9d1ee3e659f7ff1e0ae9c2684152345 #p7ebcf3ba11fa82609238cf8d660fee4 {  }
#p9d1ee3e659f7ff1e0ae9c2684152345 #o405ec6bab63691f78a25aea6351f333 {  }
#p9d1ee3e659f7ff1e0ae9c2684152345 #e2d9e2db64a04490106f29b5762c1f64 { display:flex;position:relative;top:0rem;left:0rem; }
#p9d1ee3e659f7ff1e0ae9c2684152345 #f5eee2ede77f73d9650f223fe8cfc7d1 {  }
#p9d1ee3e659f7ff1e0ae9c2684152345 #f5225d81f56e6bb33707ce0c5a08771b {  }
#p9d1ee3e659f7ff1e0ae9c2684152345 #f6da22503d62775e977fff8df0124178 { display:flex;position:relative;top:0rem;left:0rem; }
#p9d1ee3e659f7ff1e0ae9c2684152345 #z4d460dee043ed71f88ed02793169742 {  }
#p9d1ee3e659f7ff1e0ae9c2684152345 #c99e697298811a370caeb41fde999ce6 {  }
#A25fc4fa575b31511e45844cf2dd642c { color:#26265b;display:block;width:31.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:3.625rem;left:13.0625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I7bd0bba479745f25a7513138f273c75 { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));background-image: -moz-linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));background-image: -ms-linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));background-image: -o-linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fcffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fcffffff' );";background-image: linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:15.5rem;width:16.3125rem;top:15.125rem;left:0rem;display:block; }
#Z3f1b4278dc63fb31352b8cbc409de7c { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(197deg, #ffe6e8, #43d2dc);background-image: -moz-linear-gradient(197deg, #ffe6e8, #43d2dc);background-image: -ms-linear-gradient(197deg, #ffe6e8, #43d2dc);background-image: -o-linear-gradient(197deg, #ffe6e8, #43d2dc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#43d2dc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#43d2dc' );";background-image: linear-gradient(197deg, #ffe6e8, #43d2dc);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.5625rem;width:3.8125rem;top:14.46875rem;left:11.3388671875rem;display:block; }
#J4d3d5eb8404afb45deeed8721e75ff3 { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffcb66' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffcb66' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);background-size:auto !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;box-shadow: none;height:53.5rem;width:38.5rem;top:0rem;left:9.625rem;display:block; }
#Db7ecbb96870562fb15bdcecdb104e53 { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.4));background-image: -moz-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.4));background-image: -ms-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.4));background-image: -o-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#42866ae3', endColorstr='#665fffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#42866ae3', endColorstr='#665fffff' );";background-image: linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.4));background-size:auto !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;box-shadow: none;height:12.5rem;width:18.5rem;top:27.03125rem;left:41.5rem;display:block; }
#tc1806bb6aa009e5abb5832a52beb27b { color:#26265b;display:block;width:26.8125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.650390625rem;left:16.59375rem;height:5.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b191a1f0821eb65c95c57c10c4a1f8c0 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.0625rem;width:13.3125rem;top:20.375rem;left:22.21875rem;overflow:hidden;display:block; }
#Idd18fdbcd7863351a12e042b0469f0f { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(183deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(183deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(183deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );";background-image: linear-gradient(183deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-size:auto !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;box-shadow: none;height:7.5rem;width:10rem;top:49.9375rem;left:0rem;display:block; }
#o3d0f9142a789f092adf9a1830caf7d8 { color:#26265b;display:block;width:26.8125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:41.11328125rem;left:15.46875rem;height:5.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s5f036f8170402fba7fd4141362afffe { background-color:#866ae3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.125rem;height:3.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:47.875rem;left:15.3125rem;display:block; }
#a52b5be3fa70e28b5ffbe500c3e999ee { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kIIHJBpVmvWM2JFpMInMBze9HWIIwCqL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kIIHJBpVmvWM2JFpMInMBze9HWIIwCqL > .row .container { background-color: transparent; background-image: none; }#kIIHJBpVmvWM2JFpMInMBze9HWIIwCqL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kIIHJBpVmvWM2JFpMInMBze9HWIIwCqL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kIIHJBpVmvWM2JFpMInMBze9HWIIwCqL > .row .container > .video-iframe-container { display: none; }#kIIHJBpVmvWM2JFpMInMBze9HWIIwCqL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kIIHJBpVmvWM2JFpMInMBze9HWIIwCqL > .row > .video-iframe-container { display: none; }#kIIHJBpVmvWM2JFpMInMBze9HWIIwCqL > .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); }#kIIHJBpVmvWM2JFpMInMBze9HWIIwCqL > .row .container { border-width: 0; border-radius: 0; }#kIIHJBpVmvWM2JFpMInMBze9HWIIwCqL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kIIHJBpVmvWM2JFpMInMBze9HWIIwCqL > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:60rem;position:relative;display:block; }#nk4skPkevzkUlIwR5I8OVrb2tKtFEzhk { color:#4e4e80;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:6.25rem;left:1.8125rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#VDt0kqrNmzVAq1Que6GLRJuFyJ2UGqST { color:#26265b;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:3.625rem;left:1.375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ILGbl4XpOoLcdx2PxMTNrkd1ymbLhhA4 { color:#4e4e80;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:8.6875rem;left:21.6875rem;height:10.5rem;text-align:center;text-align-last:center;display:block; }
#Z9JH7Qkwr0vl2SZFa0y8WZh72Tik0agX { color:#26265b;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:3.625rem;left:21.5rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b8fru8zOZGxpkAwK92SC1017W8gb0nwx { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-size:auto !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;box-shadow: none;height:3.8125rem;width:11.25rem;top:0rem;left:24.1875rem;display:block; }
#DncXFIhQRcfF8FWTmJTs7rJw2iCSM3pL { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.1));background-image: -moz-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.1));background-image: -ms-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.1));background-image: -o-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#42866ae3', endColorstr='#195fffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#42866ae3', endColorstr='#195fffff' );";background-image: linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.1));background-size:auto !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;box-shadow: none;height:7.5rem;width:10rem;top:0rem;left:50rem;display:block; }
#xwrB3LoAJr7b0CJSDgCWZBuNSNXFrdhu { color:#4e4e80;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:6.25rem;left:41.5625rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#UXXPiLbcKGT7y2E9fRT4ZadGE7l6ltRo { color:#26265b;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:3.625rem;left:41.5rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nOTgmRFPh2tBn4AadzggdiECeiUgRyKT { position:relative;display:block; }#nOTgmRFPh2tBn4AadzggdiECeiUgRyKT { background-color: transparent; background-image: none; }#nOTgmRFPh2tBn4AadzggdiECeiUgRyKT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOTgmRFPh2tBn4AadzggdiECeiUgRyKT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOTgmRFPh2tBn4AadzggdiECeiUgRyKT > .row .container > .video-iframe-container { display: none; }#nOTgmRFPh2tBn4AadzggdiECeiUgRyKT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOTgmRFPh2tBn4AadzggdiECeiUgRyKT > .row > .video-iframe-container { display: none; }#nOTgmRFPh2tBn4AadzggdiECeiUgRyKT > .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); }#nOTgmRFPh2tBn4AadzggdiECeiUgRyKT { border-width: 0; border-radius: 0; }#nOTgmRFPh2tBn4AadzggdiECeiUgRyKT > .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; }#nOTgmRFPh2tBn4AadzggdiECeiUgRyKT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.1875rem;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; }#C1FmhdMev1ZmktCgtdB1peTFk1A00qDC { color:#000000;display:block;width:57rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.6875rem;left:1.5rem;height:1.94921875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #quw0Cyf7kaQLTpQMObwUM5O703bzoE9l { top:3.75rem;left:0rem;width:25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { top:6.875rem;left:0rem;width:25rem;height:15rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { top:23.3125rem;left:0rem;width:24.25rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8x4KvolXU1CsTszuZNukSqlKT9MF32h { top:30.125rem;left:0rem;width:22rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6TXii0NfTy62L5ziKWs3ewWB2TUuG6f { width:13.5rem;height:3.25rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFq9hEwKEnQtbIMZbnAeMK27xluXLTLQ { display:block; }
 }@media only screen and (max-width: 763px) { #Wi8agFcH1WTiSThPIh7LTnAKDEEPrGaq { width:2rem;height:1.875rem;top:6.0625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CagzVWmy5DKqCiEz31UJ2xH6iy7ugefZ { width:32.0625rem;height:43.8125rem;top:2.25rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XppibCHJMgrutb5bEbGHxwGsaip3ZBdM { top:34.1875rem;left:26.8125rem;width:20.9375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9ykb9vJRu1dsyseh7xAoa6ZTfB8IOqt { width:32.125rem;height:33.4375rem;top:4.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4xkxHFTdX6P6KHTGqnFTUb6iSRm0AD9 { width:7.875rem;height:7.625rem;top:6.875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrAqfc2P07fmNnTWokXFFNhB5NnxCkVe { width:9.5625rem;height:3.25rem;top:35rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4L7MIX1yiHi8SJEttu9ZHTLaR4OtNPs { display:block; }
 }@media only screen and (max-width: 763px) { #nfv2TwoykSHTTTGqInd2SLivCfAgetNQ { width:9rem;height:9.5rem;top:1rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #viMMfkxv3KqWcsdH5F2uPJxesNVTEGaa { width:13.375rem;height:13.75rem;top:18.25rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgorZRXArQ6i1AxEWRcVVQPdi0pCAOT8 { top:21.3125rem;left:37.75rem;width:10rem;height:7.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCWKRw9GNMg8xkyCrWFQoyoahsavO12A { top:9.375rem;left:17.0625rem;width:30.6875rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSEwvbkmBTKJz2uCLxaFbk4oeVTV7WvG { width:7.25rem;height:7.625rem;top:11.75rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #imEkesW9flbgC7XrKXFsRpJWf5l7TSv2 { width:19.5625rem;height:2.625rem;top:29.5625rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvvLMlVwZJBnJFllQLTSQVI41SNTb1GT { width:5rem;height:5rem;top:13.1875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9RSJ8PpQyAGiGmXauAIvMFrTuS1vQtw { width:4.375rem;height:4.375rem;top:3.5rem;left:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo { display:block; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tgf4QJRyKLmOEseaTI81MdKwvGFpRvpB { top:2.25rem;left:0rem;width:12.5rem;height:3.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQMhRaBl3PG1AXbE0FLe8cO7eWTOr1qp { top:6.625rem;left:0rem;width:12.5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiB3hXOb3yFJbeGIKdDdaykKCqtTpMR6 { top:2.25rem;left:11.375rem;width:12.5rem;height:3.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV5l7kx2Pn8CuMpgL9Ufq5akQenC1mZ0 { top:6.625rem;left:11.375rem;width:12.5rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzfccoa3BTE3yA7TuV9809Sv3pxH0UeR { top:2.25rem;left:23.3125rem;width:12.5rem;height:3.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4S583CqHDhTKpLguy7V5sK1VcWQXb0Z { top:6.625rem;left:23.3125rem;width:12.5rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg3TsR18auk1e8gf3m4FbCh66JIbQl58 { top:6.625rem;left:35.25rem;width:12.5rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlKO2qkb4HZkvErLtuvlL88USCWligby { top:2.25rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJgx527Cbl9qu1ck9wqaOb4kpuxvTDUq { width:47.75rem;height:11.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzlsOTizwt3aTTI1k1HxOJaRK75g7Eut { top:6.4375rem;left:0rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { top:8rem;left:0rem;width:23.125rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgthEMkXvTcQF0PgHzsylmPhQtprTGig { width:32.125rem;height:21.3125rem;top:8rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOs1JfsbtV5nbntewwWVEoTDwyfzCluc { top:6.125rem;left:17.6875rem;width:30.0625rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { top:12.8125rem;left:0rem;width:23.125rem;height:15.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yegRxK7kyeCQ55nofbm1InBgLe5niL2m { width:23.1875rem;height:3.25rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTbphkIFfyyIKERPkzpwXqmdFUtX2SfS { display:block; }
 }@media only screen and (max-width: 763px) { #yoM2XTBvwTaskGI1zQ4qZ9V1tmVkUNIm { top:31.75rem;left:23.96875rem;width:20.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVyaG82LprONzGMVKW8UKgbQzmf9c5Fx { top:31.6875rem;left:31.4375rem;width:15.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI { display:block; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sPkzyNU29o9guAfL9TlD6TD8mDnR267M { display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { top:5.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVERteMtZ6Z24pnz0iThAA6fkhJlRCLe { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF { display:block; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBpZzHUUJbb1Z97pVgPLTIrZxs8fNqQ3 { top:13.4375rem;left:0rem;width:16.875rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { width:7.5rem;height:7.5rem;top:0rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { top:8.8125rem;left:0rem;width:16.875rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7tF84R9F9TtUNbrNoMbV9PTXBIE90op { width:2.25rem;height:2.25rem;top:0.625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7WpKJxevrEcpfH94hmzDZ8bqTaRHbR5 { top:0.8125rem;left:2.90625rem;width:2.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXfJPW9C6IqrEvPfBDkmBXSyiCW6WSgf { width:7.5rem;height:7.5rem;top:0rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { top:8.8125rem;left:14.875rem;width:16.875rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXJzx0Xl2qtt7idvfx5h50w8FtzmBpFb { top:13.5rem;left:14.875rem;width:16.875rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vALNFM3IMdc7o61Ad1bdXTHvAaQN5pyn { width:2.25rem;height:2.25rem;top:0.625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5B05lvgRWDz2vu8bTtiItbkpfM9cSod { top:0.8125rem;left:18.8125rem;width:2.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbH0DNlPWMNTmdk6wTrv5BrmsUA0vzmA { width:7.5rem;height:7.5rem;top:0rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { top:8.8125rem;left:30.75rem;width:16.875rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfGdEFUfKQlxiSnZFPE5lyqa6rTHOxR6 { top:13.5rem;left:30.75rem;width:16.875rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTRVIiAE9LqxB3NNFtdnq07ogHL0E7Bh { width:2.25rem;height:2.25rem;top:0.625rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWe6a0eErflIO4sGi4uPQ5o2bcGfExTF { top:0.8125rem;left:34.6875rem;width:2.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMzQbITbALTCr6JRn4GLAvfqgXCKiEiS { width:2.9375rem;height:2.9375rem;top:2.25rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMA1Mo0phcNgx4WoMCHNZolIrlV26zFe { width:3.125rem;height:3.125rem;top:2.1875rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbilxxsvuBlaPZDadPz60UWFwZQ1NVRQ { width:2.8125rem;height:2.8125rem;top:2.3125rem;left:37.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 { display:block; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igThA3OZTUlasycp7xBtMJiaXTZKqmaE { display:block; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qzb2BICzdKzCzV5Jemr9bFgZBvB0cDfD { width:35.625rem;height:3.25rem;top:58.3125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb79a1En0GkLNIm2rSlAsJc53mwWL4BL { display:block; }
 }@media only screen and (max-width: 763px) { #iccK47nmmk1bmTmw2dRyzSx2JbmegPhp { width:16.3125rem;height:15.5rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRQF9nSKNTPHeBhRmOWCQcKUVaKWxxN1 { top:3.25rem;left:3.5rem;width:38.5rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InrQVJeUh9Zx04812wdw8LD0ZyXwq5Kd { width:3.75rem;height:3.75rem;top:6.875rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC01gnrNbNG563EXXoCQW07XpIDwNaTt { top:6rem;left:4.125rem;width:39.5rem;height:3rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgRDBc5gOfH8sMBLkalIsLH7hQlauWyd { top:9.9375rem;left:5.125rem;width:35.25rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LisSDQIUGd9FaUp9vCeME9Fvrm0gtcS9 { top:25.1875rem;left:9.25rem;width:38.5rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqADQKWhX1fT3RL9nZi5PCvuK615Q3ao { top:33rem;left:10.9375rem;width:35.25rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsVdO7uBitcFRrL2AOSqNRATy6Tb4em3 { width:3.75rem;height:3.75rem;top:39.1875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZwL0nBkG5cMmdMyewE0wnDX8oO3fW3a { top:27.9375rem;left:14.8125rem;width:29.25rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4HO2CV78XVgbMCatSN4VESlCB8qRhEm { top:42.9375rem;left:0.5rem;width:38.5rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQpgsTGM6RLkmLPbhBWxy7zaPMirTLNv { top:49.1875rem;left:2.125rem;width:35.25rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF7NfEmdThC0tNC64ff953tunXgX9bGb { width:3.75rem;height:3.75rem;top:48.625rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEuPyX0Fa6mNNs5nWs6cHRG9hzpddr55 { top:46rem;left:5.875rem;width:29.25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhRr57lcL7wnWELySoSw9BomIhHvHNle { display:block; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7axiPhzJ3IJxCgiLEvGapE4Bq4SoCiS { top:5.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFILisyDTTrTCSOSKKcvbderBqvra4Up { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 { display:block; }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #golQm5lFd40Dnzbr3zOqRFTyiNaiUopm { top:19.875rem;left:0rem;width:16.875rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1W8aFlS0Eauz0WeKFT5BCC51oNBczqW { top:17.25rem;left:0rem;width:16.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ0cohNlvPT0aL4em2EQxC16GAlypnS7 { width:16.625rem;height:13.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI8nINH62SKIITiXhJ9Fn4A28ySta0Vw { top:19.875rem;left:14.875rem;width:16.875rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6533CBRaC7RuwiOaeK1yX0w423U3IK6 { top:17.25rem;left:14.875rem;width:16.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwdtVUdW0G02TJQoAlB6VyZOGrv3JCcE { width:16.5rem;height:13.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH0QSTTpsxPxpBuA21Oz2oxSu8xg5O9c { top:19.875rem;left:30.75rem;width:16.875rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPK8BZ7ThRCevqn33HTnZpRvSuItdylF { top:17.25rem;left:30.75rem;width:16.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfw8pwDhbAAT7sQsxFSBUkwi7FcRsNpL { width:16.625rem;height:13.875rem;top:1.25rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy6achOe0G5fdlXhd7e45bDwEwBlt35a { top:0rem;left:0rem;width:10rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ddu2ckee0cTSPrOcbfdC9twc4SJmtHAh { top:0rem;left:18rem;width:11.25rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3ZDGg0l7uXVPZopIULwsgLadIXVUAc6 { top:0rem;left:37.625rem;width:10rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRTxEHdBqyQSNxuKiip5T7LCnECwtVTR { top:34.875rem;left:0rem;width:16.75rem;height:13.5625rem;font-size:1rem;display:block; }#kRTxEHdBqyQSNxuKiip5T7LCnECwtVTR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea2cdf947dbc941edac573e28bfa1351.svg); }
 }@media only screen and (max-width: 763px) { #TxrlZaef4KXsPWzaAVaVMWLvScThkQa6 { top:36.1875rem;left:15.0625rem;width:16.6875rem;height:14.875rem;font-size:1rem;display:block; }#TxrlZaef4KXsPWzaAVaVMWLvScThkQa6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea2cdf947dbc941edac573e28bfa1351.svg); }
 }@media only screen and (max-width: 763px) { #CTnCnNybo9bkT01d8UmGzqGhNxaecUXh { top:34.875rem;left:30.8125rem;width:16.8125rem;height:13.5625rem;font-size:1rem;display:block; }#CTnCnNybo9bkT01d8UmGzqGhNxaecUXh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea2cdf947dbc941edac573e28bfa1351.svg); }
 }@media only screen and (max-width: 763px) { #PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP { display:block; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pftma7tcGyqfBisSMoCiWtV6FCbopmmg { display:block; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k92sPDZPuIicgrJUkIM3PrUEr78dWrbl { top:5.8125rem;left:0rem;width:47.75rem;height:6rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP50sDDcnMZTBVdt74z1ocQ1bJTThffZ { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr { display:block; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8NxTu7t4AGtZZmWevRvco78E1cOufAp { width:47.75rem;height:24.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5hcbFHDkf7xzyEhIKyT6tH4sSWuUIMl { top:3.375rem;left:0rem;width:47.75rem;height:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9fQ2t1lguwJN0a3s9GraJpprcazIMlb { top:21.375rem;left:22.75rem;width:25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSBPsqOh2fO2AIHleG3v6mDG8XGgWcQT { width:3.125rem;height:3.125rem;top:17.0625rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSZrIMsIc4wDQZCITbBlQ4zEar4ibfog { display:block; }#nSZrIMsIc4wDQZCITbBlQ4zEar4ibfog > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lnmkQIhBQ7mZrwNs2AHNRmVomFWgIqoC { width:47.75rem;height:12.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtZ0JaGSagcuulTXtpSgwhIu2l1GK4Na { top:2.5625rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q94g0oaX4SXPL1dphkvZTEROwtqxspCw { top:10.0625rem;left:22.75rem;width:25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClpCOfGI1a7b3ErZvCwSgpy8FBapg5mJ { width:3.125rem;height:3.125rem;top:11.5625rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2c3nTM0u3vosBUgv6iCxF4BK0ZqXnUe { display:block; }#S2c3nTM0u3vosBUgv6iCxF4BK0ZqXnUe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wp0FIVD0fifwhgNTA9ht6rWK18C356zT { top:5.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndOyAhb4CxKVsGZWpxG9M3rFTeD4qMRx { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKsHSsCI1NdPTpPs02ltAOF1VssPntPi { display:block; }#qKsHSsCI1NdPTpPs02ltAOF1VssPntPi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XftXQU1hPTTVrqtHAGgb3dZA2wWRNddO { width:47.75rem;height:41.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiDAmCUe8up94UlS7L2HUHKqlo9SJwgg { width:10.0625rem;height:10.0625rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2SfS4G0157f2hZaJAyPnZlXioeA2td3 { top:7.8125rem;left:5rem;width:42.75rem;height:28.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbTSTWrO3KTODMR5TqzWa7BuFN8PREkk { top:38rem;left:22.75rem;width:25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kimvTExQvCO3K8JTxIXbszrBpCkVRrtS { width:3.125rem;height:3.125rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ9AK0yXlrgxlHkrWp48z0SThplCHKTa { top:2.625rem;left:1.4375rem;width:44.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 { display:block; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqO3OkBzI5rXH6bwv08oNoTCSG8BqQkE { top:5.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXTZvBEvNHSit9IWz1VDvemz5nVrmdcL { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDBan4areyGmVy9HndplxbQcw0IdS28l { top:9.6875rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F83WF24iArL93xI5qO4mSUkbBEVzdQqO { display:block; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eA69K80QDZvP6biTWsZ90XBP76bulNPB { top:0rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA8vVH8sls2SrEIywwQiK49NX8bfDpdA { top:0rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnSR6bOT7gvuQRg0fOvg2whs7FSIXZyo { top:0.5625rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU { display:block; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFEerGFK5TzNnqHsPHO1CWcUdUFNBXfA { top:0rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmwpntEBStaq0LOA5I8czMgBAVyDTT5M { display:block; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PT0w5gp72LWFOgC7rfWad8iS57ZKdwJO { top:0rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJRJfGkNTZk3KFK3kUqzeLTPMezN4k93 { top:0rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4CXUOAIS99m2Ddzt4vPhOGVJcfuOwLT { top:0.5625rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon { display:block; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTEymWZDd3Mc9tXo3C7izF5XWOM7vpmk { top:0rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt { display:block; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSp3r4NIEXiZXqW7IZF5dJtkpnJqtJ0f { top:0rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJTk3nXtpt8P6aVHXLGr0gdSXWslrGVh { top:0rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyxtlGF7ssNWpJCxNyvUTDT2QscFCcTv { top:0.5625rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 { display:block; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meNru9O5KkTHxb8JlAdVDHKTJqLi8gia { top:0rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABazpDxy8oXZHIHfTa6UwVlHbCHyJO0m { display:block; }#ABazpDxy8oXZHIHfTa6UwVlHbCHyJO0m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDIokp6Ab3Ipst5gT3UylrcHBf8V448w { top:0rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcMoZknhZnUSFMO4B8Tr6ZVoKmy7sAbv { top:0rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZbEm3u3TGQ5CN3pcRQ7dNmGDZ4ETegB { top:0.5625rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JecJV3aQMS1LBuyJgm0QBiCDTRXD08fO { display:block; }#JecJV3aQMS1LBuyJgm0QBiCDTRXD08fO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FT5y8wPT3D6UxgTRyp5R2ra5G0iAtn3H { top:0rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z { display:block; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pK8L6z9gO4W2RJtwkn4HsWhwHoitl4vy { width:19.25rem;height:3.25rem;top:2.1875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBuqROhhJAV1R0avxB0ggMBOMUhnpb1A { display:block; }
 }@media only screen and (max-width: 763px) { #K0hm12C2WcZn8nZstRxFlt1vcoaBSAeM { display:block; }#K0hm12C2WcZn8nZstRxFlt1vcoaBSAeM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCSyWQUiyFtQ0hOM0Ecvls1vlDOSOnZk { width:19.5rem;height:3.25rem;top:26.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyvJT3GpikEUvn9XxhXprBMLQwwatp9y { display:block; }
 }@media only screen and (max-width: 763px) { #GyieTpgy59addRHmQiAAcZ2cJzPomu6y { width:16.3125rem;height:15.5rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiNBlom6MS0udnmKOD5IFCbdwNQHNbU8 { top:0.25rem;left:3.5rem;width:38.5rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDZOI7nbDmu5tZe4lq2NEn4Vu3opJT3a { width:3.75rem;height:3.75rem;top:3.9375rem;left:40.0263671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXM0w3eVyu7U0GXUBa7wVTP9d4ZVgLcz { top:3.25rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #glqE7vGwr108A7RUZKE6r5RdOr7GbRoq { top:7rem;left:5.125rem;width:35.25rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKbU3TrOIhwrZFtULOeExlTcFXDzVr6D { top:11.0625rem;left:8rem;width:38.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOdOGhm4gCoLRgXohp7w0KtDcAKdmktg { top:16.1875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIeZF4PZIfKWouJEdrzwMi3wvQOWWWoE { top:20.125rem;left:9.625rem;width:35.25rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTTLKS11U33yfgFgf9WKRvtLlbm0qDi3 { display:block; }#XTTLKS11U33yfgFgf9WKRvtLlbm0qDi3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDF0TKQEcIvWsSdatpJMIqKOooTABqqu { top:5.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAQxcmwGoZ6HWkT4KdgMqBiTC9P9vEdO { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLof4fzTS7en1eLI5TueA2gKM1P51usA { display:block; }#ZLof4fzTS7en1eLI5TueA2gKM1P51usA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLvE0CFFKkcUs2CeMErQEayiP0xvJkUv { width:43.75rem;height:13.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvR0F3K0KsIxFFQdcwCkLoUJX2seNv13 { width:10.125rem;height:10.8125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrhNMdE3vbwQnaJeOgTMGdguR7p8FMoO { top:3rem;left:9.03125rem;width:25rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm6FBHPCaauXui3oRfOTeZCnE742Tvgu { top:10.9375rem;left:9.03125rem;width:25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF6lcqJNH0ZtrRC2ny822FIQJL8lw2pv { width:3.125rem;height:3.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 { display:block; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AaMg5BT57ekduVAhL37Vb5Ma98WZyTMg { width:43.75rem;height:14.9375rem;top:0rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #asbbKQ7dDbgF6JWnRW7IzRCXRXLWV8mH { width:10.8125rem;height:10.0625rem;top:2.8125rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvq9W56eefogyOneNeu9mLzQAPTxlL2M { top:2.8125rem;left:13.875rem;width:25rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnBoeLiMF3yVTFWqdxhA7NUzNytkEgPk { top:11.4375rem;left:13.875rem;width:25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8wMHm24tc3hfsyF76ETerv8go7VTTI6 { width:3.125rem;height:3.125rem;top:9.25rem;left:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AroHDttfnUdk8dwbyUyLGDH3sARkPMEF { display:block; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOcaqmCkmxi6XHMmq3AsPJRTfUspxUhf { width:43.75rem;height:13.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ3LwRzH3cXMp90iMTOSXtsbgixRCkUv { width:10.8125rem;height:10.8125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM1nng2N7h745IdTJmZLUJKW4q8XFgLv { top:3.1875rem;left:9.03125rem;width:25rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDOFSUgTAkiqktzU7t28JPd8hJuoxxPK { top:10.9375rem;left:9.03125rem;width:25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFWqxtaUmUcgm32dMcz32kPmOfWfmySA { width:3.125rem;height:3.125rem;top:8.6875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL { display:block; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCPTFwF5QB943gOvLVLHumpZQfdCGo6b { top:5.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zynl76p3y9OAqStyPwKfORByd6TXwuRk { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9oHBHii3R13PEUlx07wVsnnoA2RTilB { top:9.4375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1U0aZFK0hT5uq1Dd9aRd6vgtIEk1mJr { width:2.3125rem;height:2.3125rem;top:12.375rem;left:22.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJcusr5oyQXTitUFNtdqgUsXkf5iGaxs { display:block; }#NJcusr5oyQXTitUFNtdqgUsXkf5iGaxs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EKVa1CB3zIpMSCvLOAW9VFSdOHhetUxG { top:5.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnLtXD9wQNT2CNLzcleE1vAKQDQCBHal { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM0E89P23opNIipHwLETRRneH77Jr8GJ { display:block; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #br6NS94e9u7kR6h0CL7oEBZU0MtqbX3Q { width:16.3125rem;height:15.5rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqHtfnp05mGSifDcqupEGiBMwtZsORbp { width:3.8125rem;height:3.5625rem;top:14.4375rem;left:5.2138671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNuvp9vHXSHthWrRAsOzS99abVSUzxKt { top:0rem;left:4.625rem;width:38.5rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF2NkKLQJFwPEkoKC6wCQI53XRkTl0Os { top:26.3125rem;left:29.25rem;width:18.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaOelgaGc2xudyTNFR1agqPQMX1hc8vL { top:10.0625rem;left:0rem;width:23rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG2rNn6cyCeqBW48Hh5opZ6GOZPGCbKf { top:5.0625rem;left:22rem;width:25.75rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoOw2TUGBHcqD1HPPubb1vHDZJiyPqI1 { top:25.4375rem;left:0rem;width:27.4375rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7Zf5rhZlOhwSzQpOMWNDpsrQKKy7Ddo { top:22.0625rem;left:22.375rem;width:17.25rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #ettHaaTGq0pIxtEfRTbbV398ddIlMvuT { top:52.1875rem;left:0rem;width:31.25rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok7OXW0VTG6FZk2RTu5SIlRTVZSWZgES { top:57.0625rem;left:0rem;width:35.25rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFPAwp2ApVe6g4ZN0GcohRlcGqWmyCBV { top:46.9375rem;left:0rem;width:38.5rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB7LBiSFwZQamuM6X07XweuB173TMroA { top:65.6875rem;left:9.25rem;width:38.5rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkgNn8TR52cHGQw4MtldIEXmcc4aGoAD { top:70.9375rem;left:16.5rem;width:31.25rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ57pcJvGJm39PeZ3GbyUqikRK3BMsO4 { top:75.8125rem;left:12.5rem;width:35.25rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtoQcqZmdI5eZFElR9Toxuce9p1ziZks { top:91.1875rem;left:0.375rem;width:35.25rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoaPJuK9USzas21KikNkmnFPdcBu19Zb { top:86.3125rem;left:2.375rem;width:31.25rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #do99mieBsULzNBfSczfNNz9OZd201yVp { top:81.0625rem;left:0rem;width:38.5rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8t3o1R4rWGe8Afx9eqzzZLoZqQQ0TJA { display:block; }#S8t3o1R4rWGe8Afx9eqzzZLoZqQQ0TJA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4wtGWhaAMtqLAQF75dbymWUA2NBKqEu { top:5.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k344mSbKsfmHahv3Hqfx11A7180w0bEy { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGVTJQlbcpaiOyzhhxRDEd2tGO1u0NT1 { display:block; }#uGVTJQlbcpaiOyzhhxRDEd2tGO1u0NT1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yAdSmTDRLoXP9rPc4Zwdw04rVJuqf65e { top:6.4375rem;left:0rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oznvW8FEAI7ZzK87MogNk3g9bxtaFh7Q { top:8rem;left:0rem;width:23.125rem;height:7.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #no4J2FJfJyAbEPL1Z56Td584oVWpaT7e { width:25.4375rem;height:25.5rem;top:6.4375rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvmlzhmcDams6oTgxHyD6mX3NpCzeB4v { top:8rem;left:24.7001953125rem;width:22.875rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vgo182Qsfa1ZnESoWOOeqOe2VZvSdtF1 { top:16.75rem;left:0rem;width:23.125rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwwIl5qEeKym9IDKFZ8ucEe9yg1K87g2 { top:33.1875rem;left:27rem;width:20.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTiGypPw78IWAbnxvRWZp2ATDe2qpnTV { top:33.0625rem;left:32.125rem;width:15.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f47DT6zIcSPiJ54XE7i2P8x8zQdrE0WR { top:28.5rem;left:0rem;width:23.125rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdykZt66fZTopHfT7WnCt6dpGFmZ3ykQ { top:24.6875rem;left:0rem;width:23.125rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKuM6etu6ZGGPLiVuKaTvzozinC86V5d { display:block; }#nKuM6etu6ZGGPLiVuKaTvzozinC86V5d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2i7rm3kx3TB8Hau0mGPU32gtlfNrAzW { top:5.9375rem;left:41.5rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zik2doc9t9yEDwILqDJbiDcrvsq0P2oU { top:7.75rem;left:24.625rem;width:23.125rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1ezzB91bTyX3P9TVzTPCriHthA8LmdV { top:13.875rem;left:24.625rem;width:23.125rem;height:30.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9EbJNdy1KDTsZ9eeQFw1i8BOG0m8OrR { width:27.125rem;height:3.25rem;top:46.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShnBE74TsNks3FJ0rVFFZ1bOkcdE20IL { display:block; }
 }@media only screen and (max-width: 763px) { #Eqm92Gd9tna93KaUnuuezuEmnUMCcbCO { top:31.8125rem;left:3.75rem;width:15.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9p8CDD6MpKh7Kw8u6X1I4ebAiWSUWHU { width:23.5rem;height:23.5rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXz04odPRtwVfJzmUyqCnN2ldK3voiTV { top:5.9375rem;left:0rem;width:22.875rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmVp3GO7HGkPMavaAFWG4iGxMwH6CXnG { display:block; }#SmVp3GO7HGkPMavaAFWG4iGxMwH6CXnG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9d1ee3e659f7ff1e0ae9c2684152345 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p9d1ee3e659f7ff1e0ae9c2684152345 .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; }
#p9d1ee3e659f7ff1e0ae9c2684152345 .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; }
#p9d1ee3e659f7ff1e0ae9c2684152345 { width:18rem;height:5.0625rem;display:flex;top:30.6875rem;left:28.375rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #p9d1ee3e659f7ff1e0ae9c2684152345 #O2ad036f79e64802e91e344ccac432d8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p9d1ee3e659f7ff1e0ae9c2684152345 #cbe4b6712a0657037befb3891554dede {  }
 }@media only screen and (max-width: 763px) { #p9d1ee3e659f7ff1e0ae9c2684152345 #tce9dc33b645df872abc10df256bd360 {  }
 }@media only screen and (max-width: 763px) { #p9d1ee3e659f7ff1e0ae9c2684152345 #Kd618b08f88f8b5f7cbe9f1cb59855bb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p9d1ee3e659f7ff1e0ae9c2684152345 #p7ebcf3ba11fa82609238cf8d660fee4 {  }
 }@media only screen and (max-width: 763px) { #p9d1ee3e659f7ff1e0ae9c2684152345 #o405ec6bab63691f78a25aea6351f333 {  }
 }@media only screen and (max-width: 763px) { #p9d1ee3e659f7ff1e0ae9c2684152345 #e2d9e2db64a04490106f29b5762c1f64 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p9d1ee3e659f7ff1e0ae9c2684152345 #f5eee2ede77f73d9650f223fe8cfc7d1 {  }
 }@media only screen and (max-width: 763px) { #p9d1ee3e659f7ff1e0ae9c2684152345 #f5225d81f56e6bb33707ce0c5a08771b {  }
 }@media only screen and (max-width: 763px) { #p9d1ee3e659f7ff1e0ae9c2684152345 #f6da22503d62775e977fff8df0124178 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p9d1ee3e659f7ff1e0ae9c2684152345 #z4d460dee043ed71f88ed02793169742 {  }
 }@media only screen and (max-width: 763px) { #p9d1ee3e659f7ff1e0ae9c2684152345 #c99e697298811a370caeb41fde999ce6 {  }
 }@media only screen and (max-width: 763px) { #A25fc4fa575b31511e45844cf2dd642c { top:3.625rem;left:6.9375rem;width:31.625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7bd0bba479745f25a7513138f273c75 { width:16.3125rem;height:15.5rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3f1b4278dc63fb31352b8cbc409de7c { width:3.8125rem;height:3.5625rem;top:14.4375rem;left:5.2138671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4d3d5eb8404afb45deeed8721e75ff3 { top:0rem;left:3.5rem;width:38.5rem;height:53.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db7ecbb96870562fb15bdcecdb104e53 { top:27rem;left:29.25rem;width:18.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc1806bb6aa009e5abb5832a52beb27b { top:13.625rem;left:10.46875rem;width:26.8125rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b191a1f0821eb65c95c57c10c4a1f8c0 { top:20.375rem;left:16.09375rem;width:13.3125rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Idd18fdbcd7863351a12e042b0469f0f { top:49.9375rem;left:0rem;width:10rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3d0f9142a789f092adf9a1830caf7d8 { top:41.0625rem;left:9.34375rem;width:26.8125rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5f036f8170402fba7fd4141362afffe { width:27.125rem;height:3.25rem;top:47.875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a52b5be3fa70e28b5ffbe500c3e999ee { display:block; }
 }@media only screen and (max-width: 763px) { #kIIHJBpVmvWM2JFpMInMBze9HWIIwCqL { display:block; }#kIIHJBpVmvWM2JFpMInMBze9HWIIwCqL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nk4skPkevzkUlIwR5I8OVrb2tKtFEzhk { top:6.25rem;left:0rem;width:16.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDt0kqrNmzVAq1Que6GLRJuFyJ2UGqST { top:3.625rem;left:0rem;width:16.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILGbl4XpOoLcdx2PxMTNrkd1ymbLhhA4 { top:8.6875rem;left:14.875rem;width:16.875rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9JH7Qkwr0vl2SZFa0y8WZh72Tik0agX { top:3.625rem;left:14.875rem;width:16.875rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8fru8zOZGxpkAwK92SC1017W8gb0nwx { top:0rem;left:18rem;width:11.25rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DncXFIhQRcfF8FWTmJTs7rJw2iCSM3pL { top:0rem;left:37.625rem;width:10rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwrB3LoAJr7b0CJSDgCWZBuNSNXFrdhu { top:6.25rem;left:30.75rem;width:16.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXXPiLbcKGT7y2E9fRT4ZadGE7l6ltRo { top:3.625rem;left:30.75rem;width:16.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOTgmRFPh2tBn4AadzggdiECeiUgRyKT { display:block; }#nOTgmRFPh2tBn4AadzggdiECeiUgRyKT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1FmhdMev1ZmktCgtdB1peTFk1A00qDC { top:0.6875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dbcf9aad-2a1f-47ab-8ad4-d2e94c5e0194/bg_colors3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E.adaptive-delivery-prevent-bg, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyload, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyloading { background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #quw0Cyf7kaQLTpQMObwUM5O703bzoE9l { width:19.375rem;height:1.7871125rem;top:1.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { width:20rem;height:12.375rem;top:4.787109375rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { width:20rem;height:3.9375rem;top:17.162109375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C8x4KvolXU1CsTszuZNukSqlKT9MF32h { width:20rem;height:1.3808625rem;top:22.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W6TXii0NfTy62L5ziKWs3ewWB2TUuG6f { width:15.125rem;height:3.375rem;top:51.107421875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFq9hEwKEnQtbIMZbnAeMK27xluXLTLQ { display:block; }
 }@media only screen and (max-width: 763px) { #Wi8agFcH1WTiSThPIh7LTnAKDEEPrGaq { width:2rem;height:1.875rem;top:3.474609375rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CagzVWmy5DKqCiEz31UJ2xH6iy7ugefZ { width:20rem;height:27.329125rem;top:23.9033203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XppibCHJMgrutb5bEbGHxwGsaip3ZBdM { width:20rem;height:11.875rem;top:46.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9ykb9vJRu1dsyseh7xAoa6ZTfB8IOqt { width:14.5625rem;height:15.0625rem;top:18.5rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -moz-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -ms-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -o-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bff5b66', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bff5b66', endColorstr='#00000000' );";background-image: linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #U4xkxHFTdX6P6KHTGqnFTUb6iSRm0AD9 { width:4.6875rem;height:4.5rem;top:3.474609375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrAqfc2P07fmNnTWokXFFNhB5NnxCkVe { width:9.5625rem;height:3.25rem;top:55rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4L7MIX1yiHi8SJEttu9ZHTLaR4OtNPs { display:block; }
 }@media only screen and (max-width: 763px) { #nfv2TwoykSHTTTGqInd2SLivCfAgetNQ { width:6.6875rem;height:7.0625rem;top:23.875rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #viMMfkxv3KqWcsdH5F2uPJxesNVTEGaa { width:11rem;height:9.3125rem;top:35rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgorZRXArQ6i1AxEWRcVVQPdi0pCAOT8 { width:10rem;height:6.3369375rem;top:36.6875rem;left:10rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RCWKRw9GNMg8xkyCrWFQoyoahsavO12A { width:9rem;height:11.625rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSEwvbkmBTKJz2uCLxaFbk4oeVTV7WvG { width:5rem;height:5.25rem;top:28.625rem;left:1rem;z-index:15025;border-top-left-radius:56.25rem;border-top-right-radius:3rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #imEkesW9flbgC7XrKXFsRpJWf5l7TSv2 { width:12.25rem;height:2.25rem;top:21.6875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvvLMlVwZJBnJFllQLTSQVI41SNTb1GT { width:3.75rem;height:3.75rem;top:29.5625rem;left:2rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9RSJ8PpQyAGiGmXauAIvMFrTuS1vQtw { width:3.75rem;height:3.75rem;top:25.375rem;left:14.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo { display:block; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tgf4QJRyKLmOEseaTI81MdKwvGFpRvpB { width:20rem;height:3.8999rem;top:3.1630859375rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQMhRaBl3PG1AXbE0FLe8cO7eWTOr1qp { width:20rem;height:1.3496125rem;top:7.51220703125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiB3hXOb3yFJbeGIKdDdaykKCqtTpMR6 { width:20rem;height:3.8999rem;top:11.625rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV5l7kx2Pn8CuMpgL9Ufq5akQenC1mZ0 { width:20rem;height:2.699225rem;top:15.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzfccoa3BTE3yA7TuV9809Sv3pxH0UeR { width:20rem;height:3.8999rem;top:30rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4S583CqHDhTKpLguy7V5sK1VcWQXb0Z { width:20rem;height:2.699225rem;top:34.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg3TsR18auk1e8gf3m4FbCh66JIbQl58 { width:20rem;height:1.3496125rem;top:26.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlKO2qkb4HZkvErLtuvlL88USCWligby { width:20rem;height:3.8999rem;top:21.5rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJgx527Cbl9qu1ck9wqaOb4kpuxvTDUq { width:20rem;height:40.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:20rem;height:46.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzlsOTizwt3aTTI1k1HxOJaRK75g7Eut { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { width:20rem;height:2.4375rem;top:4.0625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wgthEMkXvTcQF0PgHzsylmPhQtprTGig { width:19.125rem;height:12.75rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOs1JfsbtV5nbntewwWVEoTDwyfzCluc { width:12.8125rem;height:10.5625rem;top:29.75rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { width:20rem;height:11.8125rem;top:9.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yegRxK7kyeCQ55nofbm1InBgLe5niL2m { width:13.5rem;height:3.25rem;top:23.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTbphkIFfyyIKERPkzpwXqmdFUtX2SfS { display:block; }
 }@media only screen and (max-width: 763px) { #yoM2XTBvwTaskGI1zQ4qZ9V1tmVkUNIm { width:18.25rem;height:1.5rem;top:44.125rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xVyaG82LprONzGMVKW8UKgbQzmf9c5Fx { width:15.625rem;height:1.875rem;top:44rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI { display:block; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sPkzyNU29o9guAfL9TlD6TD8mDnR267M { display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { width:20rem;height:4.875rem;top:3.5625rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SVERteMtZ6Z24pnz0iThAA6fkhJlRCLe { width:6.25rem;height:0.3125rem;top:2rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF { display:block; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { width:20rem;height:66.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBpZzHUUJbb1Z97pVgPLTIrZxs8fNqQ3 { width:20rem;height:6rem;top:14.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { width:7.5rem;height:7.5rem;top:1rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { width:18.75rem;height:3.75rem;top:10.375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7tF84R9F9TtUNbrNoMbV9PTXBIE90op { width:2.25rem;height:2.25rem;top:1rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7WpKJxevrEcpfH94hmzDZ8bqTaRHbR5 { width:2.1875rem;height:1.875rem;top:1.1875rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXfJPW9C6IqrEvPfBDkmBXSyiCW6WSgf { width:7.5rem;height:7.5rem;top:22.625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { width:16.875rem;height:3.75rem;top:32rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXJzx0Xl2qtt7idvfx5h50w8FtzmBpFb { width:20rem;height:7.5rem;top:36.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vALNFM3IMdc7o61Ad1bdXTHvAaQN5pyn { width:2.25rem;height:2.25rem;top:23.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5B05lvgRWDz2vu8bTtiItbkpfM9cSod { width:2.1875rem;height:1.875rem;top:23.4375rem;left:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbH0DNlPWMNTmdk6wTrv5BrmsUA0vzmA { width:7.5rem;height:7.5rem;top:45.625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { width:16.875rem;height:3.75rem;top:55rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfGdEFUfKQlxiSnZFPE5lyqa6rTHOxR6 { width:20rem;height:6rem;top:59.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTRVIiAE9LqxB3NNFtdnq07ogHL0E7Bh { width:2.25rem;height:2.25rem;top:45.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWe6a0eErflIO4sGi4uPQ5o2bcGfExTF { width:2.1875rem;height:1.875rem;top:45.8125rem;left:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMzQbITbALTCr6JRn4GLAvfqgXCKiEiS { width:2.9375rem;height:2.9375rem;top:3.28125rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMA1Mo0phcNgx4WoMCHNZolIrlV26zFe { width:3.125rem;height:3.125rem;top:24.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbilxxsvuBlaPZDadPz60UWFwZQ1NVRQ { width:2.8125rem;height:2.8125rem;top:47.96875rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 { display:block; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igThA3OZTUlasycp7xBtMJiaXTZKqmaE { display:block; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container { width:20rem;height:95.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qzb2BICzdKzCzV5Jemr9bFgZBvB0cDfD { width:20rem;height:3.25rem;top:88.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb79a1En0GkLNIm2rSlAsJc53mwWL4BL { display:block; }
 }@media only screen and (max-width: 763px) { #iccK47nmmk1bmTmw2dRyzSx2JbmegPhp { width:16.3125rem;height:15.5rem;top:0.625rem;left:1.84375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #gRQF9nSKNTPHeBhRmOWCQcKUVaKWxxN1 { width:20rem;height:23.875rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #InrQVJeUh9Zx04812wdw8LD0ZyXwq5Kd { width:3.75rem;height:3.75rem;top:5.0625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC01gnrNbNG563EXXoCQW07XpIDwNaTt { width:20rem;height:3.65625rem;top:2.25rem;left:0rem;font-size:2.4375rem;line-height:1.5;color:#d50000;display:block; }
 }@media only screen and (max-width: 763px) { #mgRDBc5gOfH8sMBLkalIsLH7hQlauWyd { width:20rem;height:21rem;top:9.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LisSDQIUGd9FaUp9vCeME9Fvrm0gtcS9 { width:20rem;height:27.5625rem;top:59.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqADQKWhX1fT3RL9nZi5PCvuK615Q3ao { width:20rem;height:13.5rem;top:70.3125rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsVdO7uBitcFRrL2AOSqNRATy6Tb4em3 { width:3.75rem;height:3.75rem;top:84.4375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZwL0nBkG5cMmdMyewE0wnDX8oO3fW3a { width:20rem;height:5.625rem;top:63.75rem;left:0rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #I4HO2CV78XVgbMCatSN4VESlCB8qRhEm { width:20rem;height:23.375rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQpgsTGM6RLkmLPbhBWxy7zaPMirTLNv { width:20rem;height:12rem;top:42.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF7NfEmdThC0tNC64ff953tunXgX9bGb { width:3.75rem;height:3.75rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEuPyX0Fa6mNNs5nWs6cHRG9hzpddr55 { width:20rem;height:3.75rem;top:37.1875rem;left:0rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xhRr57lcL7wnWELySoSw9BomIhHvHNle { display:block; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7axiPhzJ3IJxCgiLEvGapE4Bq4SoCiS { width:20rem;height:4.875rem;top:3.4375rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xFILisyDTTrTCSOSKKcvbderBqvra4Up { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 { display:block; }#dpKJHut3eTESRJIT7NUTQAvPUlADsCR6 > .row .container { width:20rem;height:151.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #golQm5lFd40Dnzbr3zOqRFTyiNaiUopm { width:16.875rem;height:13.5rem;top:21.125rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1W8aFlS0Eauz0WeKFT5BCC51oNBczqW { width:16.875rem;height:1.875rem;top:18.1875rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ0cohNlvPT0aL4em2EQxC16GAlypnS7 { width:16.625rem;height:13.875rem;top:2.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI8nINH62SKIITiXhJ9Fn4A28ySta0Vw { width:16.875rem;height:15rem;top:70.0625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6533CBRaC7RuwiOaeK1yX0w423U3IK6 { width:16.875rem;height:1.875rem;top:66.9375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwdtVUdW0G02TJQoAlB6VyZOGrv3JCcE { width:16.5rem;height:13.8125rem;top:51.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH0QSTTpsxPxpBuA21Oz2oxSu8xg5O9c { width:16.875rem;height:13.5rem;top:121.875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPK8BZ7ThRCevqn33HTnZpRvSuItdylF { width:16.875rem;height:1.875rem;top:118.75rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfw8pwDhbAAT7sQsxFSBUkwi7FcRsNpL { width:16.625rem;height:13.875rem;top:103rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy6achOe0G5fdlXhd7e45bDwEwBlt35a { width:10rem;height:7.5rem;top:1.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ddu2ckee0cTSPrOcbfdC9twc4SJmtHAh { width:11.25rem;height:3.8125rem;top:50.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3ZDGg0l7uXVPZopIULwsgLadIXVUAc6 { width:10rem;height:7.5rem;top:101.9853515625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRTxEHdBqyQSNxuKiip5T7LCnECwtVTR { width:16.75rem;height:13.6230625rem;top:36.125rem;left:1.625rem;font-size:1rem;display:block; }#kRTxEHdBqyQSNxuKiip5T7LCnECwtVTR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea2cdf947dbc941edac573e28bfa1351.svg); }
 }@media only screen and (max-width: 763px) { #TxrlZaef4KXsPWzaAVaVMWLvScThkQa6 { width:16.6875rem;height:14.922875rem;top:86.5rem;left:1.34375rem;font-size:1rem;display:block; }#TxrlZaef4KXsPWzaAVaVMWLvScThkQa6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea2cdf947dbc941edac573e28bfa1351.svg); }
 }@media only screen and (max-width: 763px) { #CTnCnNybo9bkT01d8UmGzqGhNxaecUXh { width:16.8125rem;height:13.6230625rem;top:136.8125rem;left:1.78125rem;font-size:1rem;display:block; }#CTnCnNybo9bkT01d8UmGzqGhNxaecUXh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea2cdf947dbc941edac573e28bfa1351.svg); }
 }@media only screen and (max-width: 763px) { #PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP { display:block; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pftma7tcGyqfBisSMoCiWtV6FCbopmmg { display:block; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { width:20rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k92sPDZPuIicgrJUkIM3PrUEr78dWrbl { width:20rem;height:9.75rem;top:3.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP50sDDcnMZTBVdt74z1ocQ1bJTThffZ { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr { display:block; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { width:20rem;height:58.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8NxTu7t4AGtZZmWevRvco78E1cOufAp { width:20rem;height:55.25rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5hcbFHDkf7xzyEhIKyT6tH4sSWuUIMl { width:16.875rem;height:46.5rem;top:4.0625rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W9fQ2t1lguwJN0a3s9GraJpprcazIMlb { width:14.25rem;height:1.5rem;top:51.875rem;left:5.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fSBPsqOh2fO2AIHleG3v6mDG8XGgWcQT { width:3.125rem;height:3.125rem;top:54.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSZrIMsIc4wDQZCITbBlQ4zEar4ibfog { display:block; }#nSZrIMsIc4wDQZCITbBlQ4zEar4ibfog > .row .container { width:20rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lnmkQIhBQ7mZrwNs2AHNRmVomFWgIqoC { width:20rem;height:31.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtZ0JaGSagcuulTXtpSgwhIu2l1GK4Na { width:16.875rem;height:22.5rem;top:3.5rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q94g0oaX4SXPL1dphkvZTEROwtqxspCw { width:13.1875rem;height:1.5rem;top:27.3125rem;left:6.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ClpCOfGI1a7b3ErZvCwSgpy8FBapg5mJ { width:3.125rem;height:3.125rem;top:30.25rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2c3nTM0u3vosBUgv6iCxF4BK0ZqXnUe { display:block; }#S2c3nTM0u3vosBUgv6iCxF4BK0ZqXnUe > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wp0FIVD0fifwhgNTA9ht6rWK18C356zT { width:20rem;height:4.875rem;top:3.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndOyAhb4CxKVsGZWpxG9M3rFTeD4qMRx { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKsHSsCI1NdPTpPs02ltAOF1VssPntPi { display:block; }#qKsHSsCI1NdPTpPs02ltAOF1VssPntPi > .row .container { width:20rem;height:85.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XftXQU1hPTTVrqtHAGgb3dZA2wWRNddO { width:20rem;height:83.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiDAmCUe8up94UlS7L2HUHKqlo9SJwgg { width:10.0625rem;height:10.0625rem;top:1.625rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2SfS4G0157f2hZaJAyPnZlXioeA2td3 { width:16.875rem;height:55.5rem;top:21.25rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wbTSTWrO3KTODMR5TqzWa7BuFN8PREkk { width:14.5625rem;height:3rem;top:78.8125rem;left:4.96875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kimvTExQvCO3K8JTxIXbszrBpCkVRrtS { width:3.125rem;height:3.125rem;top:0.5625rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ9AK0yXlrgxlHkrWp48z0SThplCHKTa { width:20rem;height:6rem;top:13.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 { display:block; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqO3OkBzI5rXH6bwv08oNoTCSG8BqQkE { width:20rem;height:4.0625rem;top:2.8125rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lXTZvBEvNHSit9IWz1VDvemz5nVrmdcL { width:6.25rem;height:0.3125rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDBan4areyGmVy9HndplxbQcw0IdS28l { width:20rem;height:7.5rem;top:8.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F83WF24iArL93xI5qO4mSUkbBEVzdQqO { display:block; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eA69K80QDZvP6biTWsZ90XBP76bulNPB { width:20rem;height:1.875rem;top:5.34375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TA8vVH8sls2SrEIywwQiK49NX8bfDpdA { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnSR6bOT7gvuQRg0fOvg2whs7FSIXZyo { width:4.5rem;height:2.625rem;top:0.5625rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU { display:block; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFEerGFK5TzNnqHsPHO1CWcUdUFNBXfA { width:20rem;height:12rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wmwpntEBStaq0LOA5I8czMgBAVyDTT5M { display:block; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PT0w5gp72LWFOgC7rfWad8iS57ZKdwJO { width:20rem;height:3.75rem;top:6.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oJRJfGkNTZk3KFK3kUqzeLTPMezN4k93 { width:7.625rem;height:3.6875rem;top:1.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4CXUOAIS99m2Ddzt4vPhOGVJcfuOwLT { width:4.5rem;height:2.625rem;top:1.8125rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon { display:block; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTEymWZDd3Mc9tXo3C7izF5XWOM7vpmk { width:20rem;height:10.5rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt { display:block; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSp3r4NIEXiZXqW7IZF5dJtkpnJqtJ0f { width:20rem;height:1.875rem;top:6.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oJTk3nXtpt8P6aVHXLGr0gdSXWslrGVh { width:7.625rem;height:3.6875rem;top:1.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyxtlGF7ssNWpJCxNyvUTDT2QscFCcTv { width:4.5rem;height:2.625rem;top:1.8125rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 { display:block; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meNru9O5KkTHxb8JlAdVDHKTJqLi8gia { width:20rem;height:12rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ABazpDxy8oXZHIHfTa6UwVlHbCHyJO0m { display:block; }#ABazpDxy8oXZHIHfTa6UwVlHbCHyJO0m > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDIokp6Ab3Ipst5gT3UylrcHBf8V448w { width:20rem;height:1.875rem;top:6.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LcMoZknhZnUSFMO4B8Tr6ZVoKmy7sAbv { width:7.625rem;height:3.6875rem;top:1.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZbEm3u3TGQ5CN3pcRQ7dNmGDZ4ETegB { width:4.5rem;height:2.625rem;top:1.8125rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JecJV3aQMS1LBuyJgm0QBiCDTRXD08fO { display:block; }#JecJV3aQMS1LBuyJgm0QBiCDTRXD08fO > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FT5y8wPT3D6UxgTRyp5R2ra5G0iAtn3H { width:20rem;height:9rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z { display:block; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pK8L6z9gO4W2RJtwkn4HsWhwHoitl4vy { width:20rem;height:3.25rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBuqROhhJAV1R0avxB0ggMBOMUhnpb1A { display:block; }
 }@media only screen and (max-width: 763px) { #K0hm12C2WcZn8nZstRxFlt1vcoaBSAeM { display:block; }#K0hm12C2WcZn8nZstRxFlt1vcoaBSAeM > .row .container { width:20rem;height:61.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCSyWQUiyFtQ0hOM0Ecvls1vlDOSOnZk { width:17.5rem;height:3.25rem;top:55.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyvJT3GpikEUvn9XxhXprBMLQwwatp9y { display:block; }
 }@media only screen and (max-width: 763px) { #GyieTpgy59addRHmQiAAcZ2cJzPomu6y { width:16.3125rem;height:15.5rem;top:2.8125rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #aiNBlom6MS0udnmKOD5IFCbdwNQHNbU8 { width:20rem;height:23.125rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDZOI7nbDmu5tZe4lq2NEn4Vu3opJT3a { width:3.75rem;height:3.75rem;top:1.4375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXM0w3eVyu7U0GXUBa7wVTP9d4ZVgLcz { width:20rem;height:4.875rem;top:5.1875rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #glqE7vGwr108A7RUZKE6r5RdOr7GbRoq { width:17.875rem;height:16.5rem;top:12.625rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKbU3TrOIhwrZFtULOeExlTcFXDzVr6D { width:20rem;height:22rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOdOGhm4gCoLRgXohp7w0KtDcAKdmktg { width:20rem;height:7.3125rem;top:34.8125rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xIeZF4PZIfKWouJEdrzwMi3wvQOWWWoE { width:17.875rem;height:10.5rem;top:43.40625rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTTLKS11U33yfgFgf9WKRvtLlbm0qDi3 { display:block; }#XTTLKS11U33yfgFgf9WKRvtLlbm0qDi3 > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDF0TKQEcIvWsSdatpJMIqKOooTABqqu { width:20rem;height:4.875rem;top:3.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAQxcmwGoZ6HWkT4KdgMqBiTC9P9vEdO { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLof4fzTS7en1eLI5TueA2gKM1P51usA { display:block; }#ZLof4fzTS7en1eLI5TueA2gKM1P51usA > .row .container { width:20rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLvE0CFFKkcUs2CeMErQEayiP0xvJkUv { width:20rem;height:30rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvR0F3K0KsIxFFQdcwCkLoUJX2seNv13 { width:10.125rem;height:10.8125rem;top:2.25rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrhNMdE3vbwQnaJeOgTMGdguR7p8FMoO { width:16.875rem;height:7.5rem;top:15.0625rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lm6FBHPCaauXui3oRfOTeZCnE742Tvgu { width:20rem;height:1.5rem;top:25.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UF6lcqJNH0ZtrRC2ny822FIQJL8lw2pv { width:3.125rem;height:3.125rem;top:10rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 { display:block; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { width:20rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AaMg5BT57ekduVAhL37Vb5Ma98WZyTMg { width:20rem;height:30rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #asbbKQ7dDbgF6JWnRW7IzRCXRXLWV8mH { width:10.8125rem;height:10.0625rem;top:2.625rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvq9W56eefogyOneNeu9mLzQAPTxlL2M { width:16.875rem;height:10.5rem;top:16.125rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnBoeLiMF3yVTFWqdxhA7NUzNytkEgPk { width:20rem;height:1.5rem;top:26.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H8wMHm24tc3hfsyF76ETerv8go7VTTI6 { width:3.125rem;height:3.125rem;top:6.09375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AroHDttfnUdk8dwbyUyLGDH3sARkPMEF { background-color:rgba(255,255,255,0.8);background-image:none;display:block; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { background-color: transparent; background-image: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container > .video-iframe-container { display: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container { display: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .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); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { width:20rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOcaqmCkmxi6XHMmq3AsPJRTfUspxUhf { width:20rem;height:30rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ3LwRzH3cXMp90iMTOSXtsbgixRCkUv { width:10.8125rem;height:;top:3.0625rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM1nng2N7h745IdTJmZLUJKW4q8XFgLv { width:16.875rem;height:9rem;top:16.6875rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dDOFSUgTAkiqktzU7t28JPd8hJuoxxPK { width:20rem;height:1.5rem;top:27.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFWqxtaUmUcgm32dMcz32kPmOfWfmySA { width:3.125rem;height:3.125rem;top:4.125rem;left:14.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL { display:block; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { width:20rem;height:15.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCPTFwF5QB943gOvLVLHumpZQfdCGo6b { width:20rem;height:4.875rem;top:4.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zynl76p3y9OAqStyPwKfORByd6TXwuRk { width:6.25rem;height:0.3125rem;top:2.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9oHBHii3R13PEUlx07wVsnnoA2RTilB { width:20rem;height:1.4624rem;top:10.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1U0aZFK0hT5uq1Dd9aRd6vgtIEk1mJr { width:2.0625rem;height:2.0625rem;top:12.607421875rem;left:8.96875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJcusr5oyQXTitUFNtdqgUsXkf5iGaxs { display:block; }#NJcusr5oyQXTitUFNtdqgUsXkf5iGaxs > .row .container { width:20rem;height:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EKVa1CB3zIpMSCvLOAW9VFSdOHhetUxG { width:20rem;height:4.875rem;top:4.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnLtXD9wQNT2CNLzcleE1vAKQDQCBHal { width:6.25rem;height:0.3125rem;top:2.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM0E89P23opNIipHwLETRRneH77Jr8GJ { background-color:rgba(0,0,0,0);background-image:none;display:block; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { background-color: transparent; background-image: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container > .video-iframe-container { display: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container { display: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .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); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { width:20rem;height:150.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #br6NS94e9u7kR6h0CL7oEBZU0MtqbX3Q { width:16.3125rem;height:15.5rem;top:3.75rem;left:1.84375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #gqHtfnp05mGSifDcqupEGiBMwtZsORbp { width:3.1875rem;height:2.9375rem;top:68.8125rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #DNuvp9vHXSHthWrRAsOzS99abVSUzxKt { width:20rem;height:34.1875rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF2NkKLQJFwPEkoKC6wCQI53XRkTl0Os { width:11.0625rem;height:12.5rem;top:61.375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaOelgaGc2xudyTNFR1agqPQMX1hc8vL { width:20rem;height:13.26075rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG2rNn6cyCeqBW48Hh5opZ6GOZPGCbKf { width:20rem;height:13.2519375rem;top:28.95458984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoOw2TUGBHcqD1HPPubb1vHDZJiyPqI1 { width:20rem;height:13.2573125rem;top:15.6982421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7Zf5rhZlOhwSzQpOMWNDpsrQKKy7Ddo { width:20rem;height:30.3125rem;top:42.14306640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ettHaaTGq0pIxtEfRTbbV398ddIlMvuT { width:20rem;height:2.4375rem;top:77.6875rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ok7OXW0VTG6FZk2RTu5SIlRTVZSWZgES { width:20rem;height:12rem;top:82.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFPAwp2ApVe6g4ZN0GcohRlcGqWmyCBV { width:20rem;height:27rem;top:72.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB7LBiSFwZQamuM6X07XweuB173TMroA { width:20rem;height:23.0625rem;top:99.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkgNn8TR52cHGQw4MtldIEXmcc4aGoAD { width:20rem;height:2.4375rem;top:104.6875rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TJ57pcJvGJm39PeZ3GbyUqikRK3BMsO4 { width:20rem;height:7.5rem;top:109.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtoQcqZmdI5eZFElR9Toxuce9p1ziZks { width:20rem;height:7.5rem;top:135.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoaPJuK9USzas21KikNkmnFPdcBu19Zb { width:20rem;height:4.875rem;top:128.8125rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #do99mieBsULzNBfSczfNNz9OZd201yVp { width:20rem;height:25.875rem;top:122.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8t3o1R4rWGe8Afx9eqzzZLoZqQQ0TJA { display:block; }#S8t3o1R4rWGe8Afx9eqzzZLoZqQQ0TJA > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4wtGWhaAMtqLAQF75dbymWUA2NBKqEu { width:20rem;height:4.875rem;top:3.4375rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #k344mSbKsfmHahv3Hqfx11A7180w0bEy { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGVTJQlbcpaiOyzhhxRDEd2tGO1u0NT1 { display:block; }#uGVTJQlbcpaiOyzhhxRDEd2tGO1u0NT1 > .row .container { width:20rem;height:66.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yAdSmTDRLoXP9rPc4Zwdw04rVJuqf65e { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oznvW8FEAI7ZzK87MogNk3g9bxtaFh7Q { width:20rem;height:7.3125rem;top:4.0625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #no4J2FJfJyAbEPL1Z56Td584oVWpaT7e { width:18.625rem;height:18.625rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvmlzhmcDams6oTgxHyD6mX3NpCzeB4v { width:12.8125rem;height:10.5625rem;top:28.3125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vgo182Qsfa1ZnESoWOOeqOe2VZvSdtF1 { width:20rem;height:3.9375rem;top:12.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gwwIl5qEeKym9IDKFZ8ucEe9yg1K87g2 { width:18.25rem;height:1.5rem;top:49.75rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTiGypPw78IWAbnxvRWZp2ATDe2qpnTV { width:15.625rem;height:1.875rem;top:49.625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f47DT6zIcSPiJ54XE7i2P8x8zQdrE0WR { width:20rem;height:6.5625rem;top:57rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bdykZt66fZTopHfT7WnCt6dpGFmZ3ykQ { width:20rem;height:3rem;top:52.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nKuM6etu6ZGGPLiVuKaTvzozinC86V5d { display:block; }#nKuM6etu6ZGGPLiVuKaTvzozinC86V5d > .row .container { width:20rem;height:59.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2i7rm3kx3TB8Hau0mGPU32gtlfNrAzW { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zik2doc9t9yEDwILqDJbiDcrvsq0P2oU { width:20rem;height:4.875rem;top:4.0625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #b1ezzB91bTyX3P9TVzTPCriHthA8LmdV { width:20rem;height:21rem;top:9.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M9EbJNdy1KDTsZ9eeQFw1i8BOG0m8OrR { width:13.5rem;height:3.25rem;top:54.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShnBE74TsNks3FJ0rVFFZ1bOkcdE20IL { display:block; }
 }@media only screen and (max-width: 763px) { #Eqm92Gd9tna93KaUnuuezuEmnUMCcbCO { width:15.625rem;height:1.875rem;top:56.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9p8CDD6MpKh7Kw8u6X1I4ebAiWSUWHU { width:19.375rem;height:19.375rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXz04odPRtwVfJzmUyqCnN2ldK3voiTV { width:12.8125rem;height:10.5625rem;top:32.1875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmVp3GO7HGkPMavaAFWG4iGxMwH6CXnG { background-color:rgba(0,0,0,0);background-image:none;display:block; }#SmVp3GO7HGkPMavaAFWG4iGxMwH6CXnG > .row .container { background-color: transparent; background-image: none; }#SmVp3GO7HGkPMavaAFWG4iGxMwH6CXnG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmVp3GO7HGkPMavaAFWG4iGxMwH6CXnG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmVp3GO7HGkPMavaAFWG4iGxMwH6CXnG > .row .container > .video-iframe-container { display: none; }#SmVp3GO7HGkPMavaAFWG4iGxMwH6CXnG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmVp3GO7HGkPMavaAFWG4iGxMwH6CXnG > .row > .video-iframe-container { display: none; }#SmVp3GO7HGkPMavaAFWG4iGxMwH6CXnG > .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); }#SmVp3GO7HGkPMavaAFWG4iGxMwH6CXnG > .row .container { width:20rem;height:54.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9d1ee3e659f7ff1e0ae9c2684152345 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p9d1ee3e659f7ff1e0ae9c2684152345 .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; }
#p9d1ee3e659f7ff1e0ae9c2684152345 .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; }
#p9d1ee3e659f7ff1e0ae9c2684152345 { width:18rem;height:5.0625rem;display:flex;top:4.4375rem;left:0.9375rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #p9d1ee3e659f7ff1e0ae9c2684152345 #O2ad036f79e64802e91e344ccac432d8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p9d1ee3e659f7ff1e0ae9c2684152345 #cbe4b6712a0657037befb3891554dede {  }
 }@media only screen and (max-width: 763px) { #p9d1ee3e659f7ff1e0ae9c2684152345 #tce9dc33b645df872abc10df256bd360 {  }
 }@media only screen and (max-width: 763px) { #p9d1ee3e659f7ff1e0ae9c2684152345 #Kd618b08f88f8b5f7cbe9f1cb59855bb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p9d1ee3e659f7ff1e0ae9c2684152345 #p7ebcf3ba11fa82609238cf8d660fee4 {  }
 }@media only screen and (max-width: 763px) { #p9d1ee3e659f7ff1e0ae9c2684152345 #o405ec6bab63691f78a25aea6351f333 {  }
 }@media only screen and (max-width: 763px) { #p9d1ee3e659f7ff1e0ae9c2684152345 #e2d9e2db64a04490106f29b5762c1f64 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p9d1ee3e659f7ff1e0ae9c2684152345 #f5eee2ede77f73d9650f223fe8cfc7d1 {  }
 }@media only screen and (max-width: 763px) { #p9d1ee3e659f7ff1e0ae9c2684152345 #f5225d81f56e6bb33707ce0c5a08771b {  }
 }@media only screen and (max-width: 763px) { #p9d1ee3e659f7ff1e0ae9c2684152345 #f6da22503d62775e977fff8df0124178 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p9d1ee3e659f7ff1e0ae9c2684152345 #z4d460dee043ed71f88ed02793169742 {  }
 }@media only screen and (max-width: 763px) { #p9d1ee3e659f7ff1e0ae9c2684152345 #c99e697298811a370caeb41fde999ce6 {  }
 }@media only screen and (max-width: 763px) { #A25fc4fa575b31511e45844cf2dd642c { width:20rem;height:1.875rem;top:1.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7bd0bba479745f25a7513138f273c75 { width:16.3125rem;height:15.5rem;top:3.75rem;left:1.84375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #Z3f1b4278dc63fb31352b8cbc409de7c { width:3.1875rem;height:2.9375rem;top:33.25rem;left:0.9375rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #J4d3d5eb8404afb45deeed8721e75ff3 { width:20rem;height:38.8125rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db7ecbb96870562fb15bdcecdb104e53 { width:11.0625rem;height:12.5rem;top:29rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc1806bb6aa009e5abb5832a52beb27b { width:20rem;height:7.3125rem;top:11.375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #b191a1f0821eb65c95c57c10c4a1f8c0 { width:13.3125rem;height:20.0625rem;top:19.875rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Idd18fdbcd7863351a12e042b0469f0f { width:10rem;height:7.5rem;top:1.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3d0f9142a789f092adf9a1830caf7d8 { width:20rem;height:4.875rem;top:40.5rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #s5f036f8170402fba7fd4141362afffe { width:19rem;height:3.25rem;top:45.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a52b5be3fa70e28b5ffbe500c3e999ee { display:block; }
 }@media only screen and (max-width: 763px) { #kIIHJBpVmvWM2JFpMInMBze9HWIIwCqL { display:block; }#kIIHJBpVmvWM2JFpMInMBze9HWIIwCqL > .row .container { width:20rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nk4skPkevzkUlIwR5I8OVrb2tKtFEzhk { width:16.875rem;height:3rem;top:8.875rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDt0kqrNmzVAq1Que6GLRJuFyJ2UGqST { width:16.875rem;height:1.875rem;top:5.9375rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILGbl4XpOoLcdx2PxMTNrkd1ymbLhhA4 { width:16.875rem;height:10.5rem;top:20.8125rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9JH7Qkwr0vl2SZFa0y8WZh72Tik0agX { width:16.875rem;height:3.75rem;top:15.6875rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8fru8zOZGxpkAwK92SC1017W8gb0nwx { width:11.25rem;height:3.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DncXFIhQRcfF8FWTmJTs7rJw2iCSM3pL { width:10rem;height:7.5rem;top:26.8125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwrB3LoAJr7b0CJSDgCWZBuNSNXFrdhu { width:16.875rem;height:3rem;top:38.6875rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXXPiLbcKGT7y2E9fRT4ZadGE7l6ltRo { width:16.875rem;height:1.875rem;top:35.5625rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOTgmRFPh2tBn4AadzggdiECeiUgRyKT { display:block; }#nOTgmRFPh2tBn4AadzggdiECeiUgRyKT > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1FmhdMev1ZmktCgtdB1peTFk1A00qDC { width:19.125rem;height:5.84765625rem;top:1.25rem;left:0.4375rem;font-size:0.75rem;display:block; }
 }