.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:26,143,223;--color-primary-1:31,128,209;--color-primary-2:33,69,164;--color-primary-3:8,93,169;--color-primary-4:23,34,121;--color-secondary-0:230,159,29;--color-secondary-1:255,179,0;--color-secondary-2:255,220,0;--color-secondary-3:255,211,0;--color-secondary-4:255,137,0;--color-tertiary-0:255,255,255;--color-tertiary-1:84,98,151;--color-tertiary-2:67,60,147;--color-tertiary-3:23,34,121;--color-tertiary-4:0,0,0;--headlines-font-family:"Mukta";--paragraphs-font-family:"Mukta"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#411751;background-image:none;position:relative;display:block; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline:0.125rem solid rgba(0,0,0,1);; } #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); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #f0869d;background-color:#411751;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;z-index:auto;display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { background-color: transparent; background-image: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .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); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { border-width: 0; border-radius: 0; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;display:none; }
#Dzc3DSQTJgfOswW250qS9V6z7ofegn20 { z-index:15015;top:1.4375rem;left:47.625rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #ffbe00;border-left:0.125rem solid #ffbe00;border-right:0.125rem solid #ffbe00;border-bottom:0.125rem solid #ffbe00;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.625rem rgba(255,255,255,0.75) ;box-sizing:border-box;color:#8d004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.473625rem;height:2.5996125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QGtrra5p8K3r51283msZA2w6rNTtNVK9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zMZNMhHxy3wN7Bx8Lap9QM6Ufk66mHTx { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:9.625rem;top:1.25rem;left:61.9375rem;overflow:hidden;display:block; }
#GXKu6UOZ36gxHOGPvrI9eE9fWgX15tbi { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:5.1875rem;top:0.75rem;left:2.5367183685302rem;overflow:hidden;display:block; }
#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #2e0a3f, #411751);background-image: -moz-linear-gradient(360deg, #2e0a3f, #411751);background-image: -ms-linear-gradient(360deg, #2e0a3f, #411751);background-image: -o-linear-gradient(360deg, #2e0a3f, #411751);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e0a3f', endColorstr='#411751' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e0a3f', endColorstr='#411751' );";background-image: linear-gradient(360deg, #2e0a3f, #411751);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { background-color: transparent; background-image: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container > .video-iframe-container { display: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container { display: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .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); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { border-width: 0; border-radius: 0; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:75rem;position:relative;display:block; }#G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { color:rgba(var(--color-tertiary-0),1);display:block;width:69.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.7);top:22.624999523163rem;left:2.2986106872559rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { color:#2e4392;display:block;width:6.56175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15289;line-height:1.3;letter-spacing:0;top:9.5805850028994rem;left:55.87095117569rem;height:1.8684875rem;font-style:normal;display:none; }
#LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15290;line-height:1.1;letter-spacing:0;top:15.691667079926rem;left:61.686460494995rem;height:1.5125rem;font-style:normal;display:none; }
#fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15290;line-height:1.1;letter-spacing:0;top:15.691667079926rem;left:61.686460494995rem;height:1.5125rem;font-style:normal;display:none; }
#wAs5w00pLv82og5kacFPyHhxL0enehCG { box-sizing:content-box;height:1.25rem;width:0.1875rem;position:absolute;display:block;z-index:15315;background-color:#0088ff;background-image:none;top:19.125rem;left:62.812507629394rem;display:none; }
#A7TDU66WZ0IBC4WsE7QBexk4Eu2LvLNi { position:absolute;display:block;z-index:14992;border-bottom:0;border-left:0;border-right:0;border-top: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:21.625rem;width:52.625rem;top:0rem;left:-52.683409580741rem;overflow:hidden;display:none; }
#frKXL8bhlpQosgxaWZTDLtZcoPQnn9aP { position:absolute;display:block;z-index:15326;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:15.123046398163rem;left:44.571090698243rem;overflow:hidden;display:none; }
#g8T0OkNldqVMWVFOwe6xbVPbsLR7fEdy { color:#f0869d;display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15294;line-height:1.1;letter-spacing:0;top:9.1494140625rem;left:42.90625rem;height:2.474825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pqCrgT3x36H78IQLAkIV8zCKUcoFhckD { color:#29284f;display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15292;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(215,105,28,0.5);top:11.61892414093rem;left:33.062500953674rem;height:2.275rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#ipE1ELEFXVwcI8xO9tfdpFNf5cKFTP6c { box-sizing:content-box;height:22.8125rem;width:22.8125rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15099;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #aff086, #36612a);background-image: -moz-linear-gradient(160deg, #aff086, #36612a);background-image: -ms-linear-gradient(160deg, #aff086, #36612a);background-image: -o-linear-gradient(160deg, #aff086, #36612a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#aff086', endColorstr='#36612a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#aff086', endColorstr='#36612a' );";background-image: linear-gradient(160deg, #aff086, #36612a);background-size:auto !important;top:4.4375rem;left:9.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#u3rmCTCfn1t0DAKTWFbq7lve5wiDTx4z { box-sizing:content-box;height:0.0625rem;width:68.75rem;position:absolute;display:block;z-index:15353;background-color:#f0869d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.6875rem;left:3.125rem;display:block; }
#McfQSZLcJfzoFHWsEqMuui2aA6zQVVzG { position:absolute;display:block;z-index:15361;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.6875rem;width:22.6875rem;top:4.5rem;left:9.1875rem;overflow:hidden;display:block; }
#BsEpAOMKQJw2d73a4MDVZtde63OaLbyZ { position:absolute;display:block;z-index:15363;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:22.6875rem;top:5.25rem;left:9.1669921875rem;overflow:hidden;display:block; }
#peCluzs1tf4bSXe7qp8ET7IURz0yOqSg { position:absolute;display:block;z-index:15364;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:25.375rem;left:5.6875rem;overflow:hidden;display:block; }
#TyZfLygH4aQqvCXGw7TdXIA5tLeawIFW { position:absolute;display:block;z-index:15365;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.9375rem;top:7.09375rem;left:31.9375rem;overflow:hidden;display:block; }
#SvvVNbWHZzD4SGKrPc9WlVHPeXXW81LF { position:absolute;display:block;z-index:15366;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:5.125rem;left:12.65625rem;overflow:hidden;display:block; }
#WRiiTx0SfTVrmUBBDXL6itbqyv3siIyF { color:#f0869d;display:block;width:16.997375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15172;line-height:1;letter-spacing:0;top:14.905381679535rem;left:47.374132156372rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uNFmf1tV5E8vt2myvI63UKyWxwWWt4V3 { z-index:15169;top:18.506944179535rem;left:43.751737594604rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.18) ;box-sizing:border-box;color:#f0869d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.2456875rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fpnuZKUEqLbrB5P81iHhoCoUkJk7DsNL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e0a3f;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; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container { background-color: transparent; background-image: none; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container > .video-iframe-container { display: none; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row > .video-iframe-container { display: none; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .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); }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container { border-width: 0; border-radius: 0; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:block; }#O5biVBtD5BwVek0LqDpyJAqlPmRmkShV { color:rgba(var(--color-tertiary-0),1);display:block;width:69.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.7);top:22.624999523163rem;left:2.2986106872559rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tevmWfoF2WkG45paKVW0rDOIIEXPsKAv { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:11.375rem;left:9.875rem;overflow:hidden;display:none; }
#gwQ6ayTCSAUhvFlVnHHbOvG81gtIMgGy { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:11.375rem;left:9.875rem;overflow:hidden;display:none; }
#NpG62ucWzpqwBRtRkFtfUb4lViuWobGV { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:16.1875rem;left:24.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#filS1OJhg0rTsdErZQS88vEv9ZcITQ6K { box-sizing:content-box;height:8.3125rem;width:42.9375rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:27rem;left:24rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.12) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#C7BMGsPwaiKqqoU2F4tklAC3kLGcZ4BI { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#SpL55ATxbaeSiHEn9czM2ZMHemAQt9Ms { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -moz-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -ms-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -o-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );";background-image: linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-size:auto !important;top:52.000001907349rem;left:18.624999046326rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#wMVna2nF4qC75yy171s5JL452X5qH8Af { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15290;line-height:1.3;letter-spacing:0;top:35.484161376953rem;left:15.968967437744rem;height:2.11263125rem;font-style:normal;display:none; }
#Qia88x4yf6vb9WsUxwuuxLQfTK4148cO { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#UEW21m9sDkSsga2kRhyfufvOG1GuPRED { box-sizing:content-box;height:4.375rem;width:30.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -moz-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -ms-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -o-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );";background-image: linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-size:auto !important;top:6.3017578125rem;left:3.9345703125rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(255,100,100,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;display:block; }
#ClrnqF2cC0vkpU2Tp4XAKgm0wyF36iRV { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15105;background-color:#ffbf0f;background-image:none;top:7.3720703125rem;left:5.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#JGMnksyqtRU4W95wOwfmIwCUgkutD1Co { color:#ffffff;display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:7.76953125rem;left:8.7490234375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LZsf1ngXTNIWk5LUvDudiDrOzaUsMoTU { box-sizing:content-box;height:3.0625rem;width:10.9375rem;position:absolute;display:block;z-index:15081;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:31.500001907349rem;left:38.937505722046rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#wZqTLE7O3zdNBLBbbhMQCpHbkU0wl45P { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15329;line-height:1.3;letter-spacing:0;top:30.937501907349rem;left:39.937505722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#M0LIhNPWfepwdRARaJzzx36xnRVGKsks { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15304;line-height:1.3;letter-spacing:0;top:32.187501907349rem;left:43.875005722046rem;height:0;font-style:normal;display:none; }
#bJTun89pa6F22EsWHO1mf4KC2FvkvRNm { box-sizing:content-box;height:3.125rem;width:8.8125rem;position:absolute;display:block;z-index:15082;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:23.357292175293rem;left:35.888544082642rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#fQEcBXQdAT0Zx8nWqvTRP1VsdudDzbxu { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15330;line-height:1.3;letter-spacing:0;top:22.918750762939rem;left:36.656255722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#XTvrwQxC4zMsDJhyXaGf0rUh3vZnTrIq { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15305;line-height:1.3;letter-spacing:0;top:24.28125rem;left:38.720838546753rem;height:0;font-style:normal;display:none; }
#gQQJTMsOVK5etbbRD2tSndonS8SrbnIl { color:#6a6234;display:block;width:1rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15315;line-height:1.3;letter-spacing:0;top:15.813542127609rem;left:36.500001907349rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#awRG7o2UG2RC663Qyr7BfovpGo3VX2Wt { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ZdsbyyOf4MAaaCGqOOOJFkEi6v4w7QPU { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#oTBNEgvPcRe0qNWlST4A6Z9u6cVyCFxx { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#GkFp80cqptmbB209yizSdy2tfAT4HkIL { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#n5tGVxH2LEN79vKBrHmmVBIqnTPrS7xH { color:rgba(var(--color-tertiary-1),1);display:block;width:0.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:30.875002622604rem;left:52.625005722046rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#xrWSKNsZd9cUq4tx6gawcq8iPWMqdFyy { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#WkSE1W3GVGMpb7uaT3cLFuzockgWZOGw { color:rgba(var(--color-tertiary-3),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:11.835937976837rem;left:8.938804626465rem;height:1.78645625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#vztPXfzZK3ozLdzxLM6Ewffb5gGTE2nT { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#R4sFP7SKD5D1EPnLktFN9VxLm7EyZxyB { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#HXVZsL4HSTzTAmscqTsfqT8GOQmB7T5z { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#VM7ZDz6Kp83xNOJo0PuVSWL6hcqnAnh1 { box-sizing:content-box;height:5.6875rem;width:37.1875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:35.687500953674rem;left:16.4375rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#anvaxFT2axyZveGN7SP38VLN254xN6Uf { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#LzVUVlBeG3SnhTUy703HiuspXp40SLp2 { color:rgba(var(--color-tertiary-3),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15104;line-height:1.;letter-spacing:0;top:31.404950141907rem;left:17.875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#aPz6Tw17TwbUxXUv44VPseuDDvvEJvTS { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ByX5Jpxh3BsxTg0Qdrlg6FJaO3Vo6DNq { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15353;line-height:1.5;letter-spacing:0;top:7.61328125rem;left:15.0810546875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m8SJNfn2Hhhkzk2Z2p86WqZ6KMBZ8O00 { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:37.4375rem;left:28.90625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QCpcuQneMsPOlbWksSXzKKIQJ7yP6ky2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15333;opacity:1;top:9.68671810627rem;left:4.90625rem;display:none; }
#ZGCEspN2AEUpeb27QVXG7ITsWsCPK7Qy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15333;opacity:1;top:9.68671810627rem;left:4.90625rem;display:none; }
#GVZzFpzHL0r2kQmRC94GQW25ZFxNcnqM { color:#29284f;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15102;line-height:1.1;letter-spacing:0;top:9.916015625rem;left:11.6845703125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lFcXJoGMQHiSyo9AMAdn0SOf392UJvFM { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#ZbQWOT17RwkPOi2TAM5bHkbTQp0Snld9 { color:#29284f;display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15107;line-height:1.1;letter-spacing:0;top:37.6875rem;left:8.9375rem;height:3.0234375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#VhtJWTGQ4e7oddbyoSenN9RcOnzi80xM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5620125rem;width:2.5620125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15337;opacity:1;top:12.3134765625rem;left:5.9970703125rem; }
#BzaULJxhmXCvgtEhEifsZgZy2TnAp2D6 { color:#2e0a3f;display:block;width:0.8745125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15105;line-height:1.3;letter-spacing:0;top:7.55078125rem;left:6.154296875rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hru3i3Fi5aZD0ifKFJqQsX0pd99KAyRO { box-sizing:content-box;height:4.375rem;width:49.8125rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -moz-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -ms-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -o-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );";background-image: linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-size:auto !important;top:12.1259765625rem;left:9.37109375rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(255,100,100,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;display:block; }
#BOEWgPWXZafdyQd3T7QRMF4VQxb0A3Zb { box-sizing:content-box;height:2.1870125rem;width:2.1870125rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15106;background-color:#ffbf0f;background-image:none;top:13.21875rem;left:10.435546875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xC8mkykWTx0e9BmmqrEppxUIqEr4xHXt { color:#2e0a3f;display:block;width:0.8745125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:13.4189453125rem;left:11.154296875rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Lfy8tNN1nTnfTNk3eTGAzlTebdIFylKa { color:#ffffff;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:13.5634765625rem;left:13.68359375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DeKGeKxi0Dwv6QCiP7vNSfQISc53T2lk { color:#29284f;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15102;line-height:1.1;letter-spacing:0;top:9.916015625rem;left:11.6845703125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Hds2CLadEi5TaVPHJWm96eLrZzBwoXT5 { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:13.0380859375rem;left:35.625rem;height:2.9236125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CePRzpAIutQfBdXsnvvkHr4JanuaWVwu { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15337;opacity:1;top:20.9375rem;left:69.6875rem; }
#FbAkWnk1LPDaZDwyz6XSxsf2XH7lWSLo { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#rwqBxWi8DmJ7eQ7IR3zbxATVt5vDHohd { box-sizing:content-box;height:0.0625rem;width:68.75rem;position:absolute;display:block;z-index:15355;background-color:#f0869d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.75rem;left:3.125rem;display:block; }
#Ry6nxtcybwMzmNrxkAc5s9br6mm6mGhb { color:#ffffff;display:block;width:35.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15105;line-height:1.5;letter-spacing:0;top:19.125rem;left:18.4375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iDB0IIRCRPGsbxufGmiopClgNrZWRArl { color:#ffffff;display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15108;line-height:1.3;letter-spacing:0;top:25rem;left:24.25rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CsFnb4pFXWfgmly3ZsRDx9wiypAWLObX { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15111;line-height:1.5;letter-spacing:0;top:30.5625rem;left:29.3125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hx7us2NfUCvSVNSTRdSprI4JHtsCXudS { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15109;line-height:1.3;letter-spacing:0;top:24.875rem;left:28.4375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sMOIkIFI3n0GHgW8teL9zPNKVxRW2vmn { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15112;line-height:1.5;letter-spacing:0;top:30.375rem;left:41.25rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pvbSQGtC7qNapvzDpCsp72M26VXkcrUV { color:#d3adc8;display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:1.5625rem;left:7.125rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mkd1oNtIwGOc24P3voncBZmuwcN7BTxt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15355;opacity:1;top:1.1875rem;left:3.9375rem; }
#SHtHGnwNQRhbnilLRtOZO89xrwTw9iJm { z-index:15015;top:19.625rem;left:56.6875rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #ffbe00;border-left:0.125rem solid #ffbe00;border-right:0.125rem solid #ffbe00;border-bottom:0.125rem solid #ffbe00;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.625rem rgba(255,255,255,0.75) ;box-sizing:border-box;color:#8d004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.44825rem;height:2.57421875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xt7TzwV8Aaz4qTa1vfZJV8Z375XWoFOs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d2ahbd5g63HTVQXAE9mygbDK2BriH5sS { background-color:#ffffff;background-image:none;border-top:0.125rem solid #ffbe00;border-left:0.125rem solid #ffbe00;border-right:0.125rem solid #ffbe00;border-bottom:0.125rem solid #ffbe00;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: 0rem 0rem 0.5rem #ff5ded ;box-sizing:border-box;color:#8d004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mukta;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15301;text-align:center;text-align-last:center;top:7.3017578125rem;left:37rem;display:block; }
#kxV4DTmiIIXTW59wHDMDIL3MpQx2Ot4m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mykOwou2s98dyfMeZNDlzDGa6mZuru7g { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15338;opacity:1;top:8.3642578125rem;left:48.84375rem; }
#AEdrXmGAPEQQwTD5tfGDTAXhC0wL8QbI { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15105;background-color:#ffbf0f;background-image:none;top:7.3720703125rem;left:5.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#SLeptCtRn0hQcbn3TGiM9quvJQezMXEX { box-sizing:content-box;height:4.375rem;width:39.5rem;position:absolute;display:block;z-index:14989;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -moz-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -ms-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -o-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );";background-image: linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-size:auto !important;top:17.8125rem;left:15.125rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(255,100,100,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;display:block; }
#EyTTBObhTkereulkvBHTpMTDBtekQuIq { box-sizing:content-box;height:2.1870125rem;width:2.1870125rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15109;background-color:#ffbf0f;background-image:none;top:18.875rem;left:16.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#RFIGg1zGnhXTSHbDoFamyNFWMolMkM0x { color:#2e0a3f;display:block;width:0.8745125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:19.125rem;left:16.875rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Lon6K94EDBqNZgkVng4OR6VmuOoaGzuH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.561525rem;width:2.561525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15338;opacity:1;top:18.5rem;left:11.87109375rem; }
#R8OtUszylZRgeJudTuK1QaQZ6RlvmrTw { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15106;line-height:1.5;letter-spacing:0;top:17.4375rem;left:56.46875rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rG4DlhUcVweAQ50CXkuvCdTBIZ3rXCQT { box-sizing:content-box;height:4.375rem;width:19.9375rem;position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -moz-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -ms-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -o-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );";background-image: linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-size:auto !important;top:23.5rem;left:20rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(255,100,100,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;display:block; }
#uJ5I8IRfGHUTAT6OHyGk0mRCaIfHEU6H { box-sizing:content-box;height:2.1870125rem;width:2.1870125rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15112;background-color:#ffbf0f;background-image:none;top:24.5625rem;left:21.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#NcyfhSab6AX4mMbnMd8f9KuLpsEIuGOf { color:#2e0a3f;display:block;width:0.8745125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:24.8125rem;left:21.6875rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WNAt4phiH80ioaZqC9Tk80iHTHLpNOa5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.561525rem;width:2.561525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15339;opacity:1;top:24.375rem;left:16.71875rem; }
#At3KXK7xCJEixfM0ihhLIbER1DffTkF7 { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15113;line-height:1.5;letter-spacing:0;top:30.5625rem;left:55.468753814698rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HFpVaRXqX299ArBPNS2QRAWBzNA9O1GW { box-sizing:content-box;height:4.4375rem;width:41.4375rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -moz-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -ms-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -o-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );";background-image: linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-size:auto !important;top:29.25rem;left:25.125003814698rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(255,100,100,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;display:block; }
#XbIcfZlktZ1bQgCEceK68VSr4b5690pO { box-sizing:content-box;height:2.1870125rem;width:2.1870125rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15115;background-color:#ffbf0f;background-image:none;top:30.3125rem;left:26.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#grgIBC43FJkMhnTnI7agxCPJgg9wx3Nr { color:#2e0a3f;display:block;width:0.8745125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:30.5625rem;left:26.8125rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tQ4XLNWcpoyHrHbgv82ACe8QmgpZmGUO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.561525rem;width:2.561525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15340;opacity:1;top:30.21875rem;left:21.75rem; }
#wARluhJuNzxv9GTXQgWLBqWKKKiEHhhC { position:absolute;display:block;z-index:15360;height:1.5rem;width:5.5rem;top:13.1572265625rem;left:28.3095703125rem;display:block; }
#QDseydaZwDn1lzTwz9Q1dHOwAwaKUwJf { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15105;background-color:#ffbf0f;background-image:none;top:7.3720703125rem;left:5.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#THevQBHJgfEzFS1D18rcbPJhAXh6wTh2 { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#vrmPrQUN6DlkyMTlothafrx2d3672XmR { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15105;background-color:#ffbf0f;background-image:none;top:7.3720703125rem;left:5.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#Qeh6TWUtd2LI1LS7GmZ3Xe8AHN2Zhtax { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#K0kNqzBJPnBz7ku7XTnlOprc3OxR5TrR { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15105;background-color:#ffbf0f;background-image:none;top:7.3720703125rem;left:5.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#OgJ289AlxNPg1ZHHunhrMiEI1geLJhQW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e0a3f;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; }#OgJ289AlxNPg1ZHHunhrMiEI1geLJhQW > .row .container { background-color: transparent; background-image: none; }#OgJ289AlxNPg1ZHHunhrMiEI1geLJhQW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgJ289AlxNPg1ZHHunhrMiEI1geLJhQW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgJ289AlxNPg1ZHHunhrMiEI1geLJhQW > .row .container > .video-iframe-container { display: none; }#OgJ289AlxNPg1ZHHunhrMiEI1geLJhQW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgJ289AlxNPg1ZHHunhrMiEI1geLJhQW > .row > .video-iframe-container { display: none; }#OgJ289AlxNPg1ZHHunhrMiEI1geLJhQW > .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); }#OgJ289AlxNPg1ZHHunhrMiEI1geLJhQW > .row .container { border-width: 0; border-radius: 0; }#OgJ289AlxNPg1ZHHunhrMiEI1geLJhQW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OgJ289AlxNPg1ZHHunhrMiEI1geLJhQW > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#tniqNp6bdHLG1Bmm8AhfPkZeCs0rxu27 { color:rgba(var(--color-tertiary-0),1);display:block;width:69.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.7);top:22.624999523163rem;left:2.2986106872559rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XB0uWTGvp7rMX7Szn93mi3QJr1b5LJeQ { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:16.1875rem;left:24.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#IlhNI1iCo2RnuqiMKdX6hErBu5xaNgie { box-sizing:content-box;height:8.3125rem;width:42.9375rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:27rem;left:24rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.12) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#zb3DEiplTvXTMB9P3zNwmwUqJai1n2nu { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#xT4qsx0CJbDmpB1hx6iZMxdoddDXfJR5 { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -moz-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -ms-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -o-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );";background-image: linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-size:auto !important;top:52.000001907349rem;left:18.624999046326rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#pX36Jlny8CISL26mpoqNPptP2JR0NlJF { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15290;line-height:1.3;letter-spacing:0;top:35.484161376953rem;left:15.968967437744rem;height:2.11263125rem;font-style:normal;display:none; }
#RHJxD8dedpE6LEzSg2baLNNwpaGbp79P { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#mat7MQuPIQrfIEE4zqA2gcHAtWRG72Wg { box-sizing:content-box;height:3.0625rem;width:10.9375rem;position:absolute;display:block;z-index:15081;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:31.500001907349rem;left:38.937505722046rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#h2CfWBLirifd6gxVJTML86tObT4XoDmk { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15329;line-height:1.3;letter-spacing:0;top:30.937501907349rem;left:39.937505722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#F5VXtKS5J2XQF6a1fHM2RDSLZwfdySx0 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15304;line-height:1.3;letter-spacing:0;top:32.187501907349rem;left:43.875005722046rem;height:0;font-style:normal;display:none; }
#Iaday1iAAe7IdwUphD0HT0TdeNcbxplF { box-sizing:content-box;height:3.125rem;width:8.8125rem;position:absolute;display:block;z-index:15082;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:23.357292175293rem;left:35.888544082642rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#k5JhT1FT2wePCwWoGRDm9KIKEZxu6lzN { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15330;line-height:1.3;letter-spacing:0;top:22.918750762939rem;left:36.656255722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#IyAOQEXDT17GKvlEeLkiV6qQ128PokT4 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15305;line-height:1.3;letter-spacing:0;top:24.28125rem;left:38.720838546753rem;height:0;font-style:normal;display:none; }
#dbTCxr6y3pdpUSUEHTEkge65e9I1RyBG { color:#6a6234;display:block;width:1rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15315;line-height:1.3;letter-spacing:0;top:15.813542127609rem;left:36.500001907349rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#DVT4rhyQCC2544I2pOVrA2hunpz98fqd { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#MVDvaWr68WfAAPgbiAGTErzrTIsohMTv { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#w6ZW1VxVLEhV9ovBFoVdLRvGeHLKamZH { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#zFDXr6mbkUlCakMIkMTghgkKNRuZ0E8p { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#OpSuVdiRXZzbhfhX5flq9WLreuutt15q { color:rgba(var(--color-tertiary-1),1);display:block;width:0.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:30.875002622604rem;left:52.625005722046rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#IWQm198eSwTbInToLvXXuD6bhJ8TdB2e { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#krPfDRr5o3xZxbPtUNFA9vCvgKtpRScl { color:rgba(var(--color-tertiary-3),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:11.835937976837rem;left:8.938804626465rem;height:1.78645625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#erAE0dzmZmn6SlfvKe4A5EK1Bln3UtZ0 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#N7akskrGGyZhSOnNoKrakAaSBAQQmiX3 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#M2SVmNMTfJqVMcLOvbMfL2Tik6IRD2Wc { box-sizing:content-box;height:5.6875rem;width:37.1875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:35.687500953674rem;left:16.4375rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#ewRhu1nogmiLk1UhCkPcPwZoAMxWI5l6 { color:rgba(var(--color-tertiary-3),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15104;line-height:1.;letter-spacing:0;top:31.404950141907rem;left:17.875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#VA0DmiF3VdTSXiAa785tRWT7rkHwMJS2 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Umh3VbAMzyLCXaRxDEtVhg1KhkdkzGRM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15333;opacity:1;top:9.68671810627rem;left:4.90625rem;display:none; }
#uMiNNy68Tl3B8A4SHw61TiqXcBrKX53b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15333;opacity:1;top:9.68671810627rem;left:4.90625rem;display:none; }
#ufZf3PWePVIp5qOiMvK5W1nFDlxhGPAa { color:#29284f;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15102;line-height:1.1;letter-spacing:0;top:9.916015625rem;left:11.6845703125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#WT9Pr3wXqMLTNTDuHRt8NsfJ9Rz4ItQl { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#zeZAHGnFp857ryyHXawTTaJhNelixCJ4 { color:#29284f;display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15107;line-height:1.1;letter-spacing:0;top:37.6875rem;left:8.9375rem;height:3.0234375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#psCXeUr1HNXcui3bOOa4JSIU5lHfs9et { color:#29284f;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15102;line-height:1.1;letter-spacing:0;top:9.916015625rem;left:11.6845703125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#P1hQIouulz9W0zPQRoVcl28NMyanSLGS { color:#d3adc8;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:6.875rem;left:28.562500953674rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#myIpTDSBzffRTCyo3tKpLyRszbnunwPa { box-sizing:content-box;height:6.6875rem;width:7.375rem;position:absolute;display:block;z-index:15083;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(240,134,157,0.66));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(240,134,157,0.66));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(240,134,157,0.66));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(240,134,157,0.66));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f0869da8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f0869da8' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(240,134,157,0.66));background-size:auto !important;top:4.5rem;left:39.062500953674rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CRB1H3psMtA7H20ovvoiHoNqafx5zxp3 { position:absolute;display:block;z-index:15356;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:4.4375rem;left:39.500000953674rem;overflow:hidden;display:block; }
#DCHxnNekgkNiCuucOz5iizmoGKzesT94 { position:absolute;display:block;z-index:15334;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.1875rem;width:25.25rem;top:5.625rem;left:9.9375rem;display:none; }
#feKTkqTZNngToe1HuHW5RJRScfMnUSIW { box-sizing:content-box;height:15.125rem;width:26.0625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9d257c, #df64a5);background-image: -moz-linear-gradient(180deg, #9d257c, #df64a5);background-image: -ms-linear-gradient(180deg, #9d257c, #df64a5);background-image: -o-linear-gradient(180deg, #9d257c, #df64a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d257c', endColorstr='#df64a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d257c', endColorstr='#df64a5' );";background-image: linear-gradient(180deg, #9d257c, #df64a5);background-size:auto !important;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:5.1875rem;left:9.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#pJiVrbsDanviQdlcgnJkst5VZdr98sJS { box-sizing:content-box;height:15.125rem;width:26.0625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9d257c, #df64a5);background-image: -moz-linear-gradient(180deg, #9d257c, #df64a5);background-image: -ms-linear-gradient(180deg, #9d257c, #df64a5);background-image: -o-linear-gradient(180deg, #9d257c, #df64a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d257c', endColorstr='#df64a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d257c', endColorstr='#df64a5' );";background-image: linear-gradient(180deg, #9d257c, #df64a5);background-size:auto !important;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:5.1875rem;left:9.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#Go0syoTZJrFFuKCs9Fn199P0m7vIhnlP { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:9.5625rem;height:2rem;text-decoration:none;z-index:15351;text-align:center;text-align-last:center;top:20.5625rem;left:17.904945373535rem;display:none; }
#HTkTV8tZ2J9Bpv6D4I2FnQyFnV8lqzoe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RhnzVP8GMtJod2ePoa4UbasArk9DuG4u { position:absolute;display:block;z-index:15346;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.125rem;top:17.5625rem;left:65.737504005431rem;overflow:hidden;display:none; }
#dHM8QZIfdmqDKWTcSofyI5QXRylxurBQ { position:absolute;display:block;z-index:15336;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:6rem;top:15.925001144409rem;left:2.1875rem;overflow:hidden;display:none; }
#GRH3Fl4ikIv397oABxWbTzVCV4DLozbE { position:absolute;display:block;z-index:15325;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0609375rem;width:6.0609375rem;top:13.801563262939rem;left:5.05078125rem;overflow:hidden;display:none; }
#moUZCIyIaHsg0ZNwJqCkH5WEyLXLLqMy { position:absolute;display:block;z-index:15346;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.125rem;top:17.5625rem;left:65.737504005431rem;overflow:hidden;display:none; }
#OHTNtqPtAnhVyMDZGXqSllEkfQH34N7d { position:absolute;display:block;z-index:15347;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.375rem;top:5.1875rem;left:69.937500953675rem;overflow:hidden;display:none; }
#u5IGJmkLEfKBAvqUasxkH43XWimZaucO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #411751, #2e0a3f);background-image: -moz-linear-gradient(360deg, #411751, #2e0a3f);background-image: -ms-linear-gradient(360deg, #411751, #2e0a3f);background-image: -o-linear-gradient(360deg, #411751, #2e0a3f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#411751', endColorstr='#2e0a3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#411751', endColorstr='#2e0a3f' );";background-image: linear-gradient(360deg, #411751, #2e0a3f);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u5IGJmkLEfKBAvqUasxkH43XWimZaucO > .row .container { background-color: transparent; background-image: none; }#u5IGJmkLEfKBAvqUasxkH43XWimZaucO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5IGJmkLEfKBAvqUasxkH43XWimZaucO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5IGJmkLEfKBAvqUasxkH43XWimZaucO > .row .container > .video-iframe-container { display: none; }#u5IGJmkLEfKBAvqUasxkH43XWimZaucO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5IGJmkLEfKBAvqUasxkH43XWimZaucO > .row > .video-iframe-container { display: none; }#u5IGJmkLEfKBAvqUasxkH43XWimZaucO > .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); }#u5IGJmkLEfKBAvqUasxkH43XWimZaucO > .row .container { border-width: 0; border-radius: 0; }#u5IGJmkLEfKBAvqUasxkH43XWimZaucO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u5IGJmkLEfKBAvqUasxkH43XWimZaucO > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;position:relative;display:block; }#UCQNuT4UNCbZB3dfpxlbPBeX48ST9NC1 { color:rgba(var(--color-tertiary-0),1);display:block;width:69.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.7);top:22.624999523163rem;left:2.2986106872559rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#pnM2EHK0J72bRDnCm1SPiwqEE6F2kMFl { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:16.1875rem;left:24.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZJ2iVDrm6cCmxeiV1DXdh8X9vclxcXsv { box-sizing:content-box;height:8.3125rem;width:42.9375rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:27rem;left:24rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.12) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#RfclpTsKesHNM66DuqQkkxt12MkDD7BH { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#QUzX8qKlk8TnVuDE1NplypoQr5bOS8Z7 { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -moz-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -ms-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -o-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );";background-image: linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-size:auto !important;top:52.000001907349rem;left:18.624999046326rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#kbkEXeVsnHpZ0twMFGhpwBrned9BkBLE { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15290;line-height:1.3;letter-spacing:0;top:35.484161376953rem;left:15.968967437744rem;height:2.11263125rem;font-style:normal;display:none; }
#mUTZZDJh4OAmyFLQBFqEiDmlGGTTLo8q { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#B2RvpxS6ZKV0OOeByhcDVPUfDTWXyc8S { box-sizing:content-box;height:3.0625rem;width:10.9375rem;position:absolute;display:block;z-index:15081;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:31.500001907349rem;left:38.937505722046rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#bQTlKh2K4Uc39imMI6qwrHwPKsrs7WQP { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15329;line-height:1.3;letter-spacing:0;top:30.937501907349rem;left:39.937505722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Z76ZgfsTeI2QMDX8FNHiPTgfa1M7Ne00 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15304;line-height:1.3;letter-spacing:0;top:32.187501907349rem;left:43.875005722046rem;height:0;font-style:normal;display:none; }
#TvtK0BvaI4dWTwPPeZD87VtUILIQ7t6t { box-sizing:content-box;height:3.125rem;width:8.8125rem;position:absolute;display:block;z-index:15082;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:23.357292175293rem;left:35.888544082642rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#hZsenme4sUwDzB0I47eDfD26L7JNQuIo { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15330;line-height:1.3;letter-spacing:0;top:22.918750762939rem;left:36.656255722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#n5Qo9I9vOcFieyfk3tLcPuOt0x1SRm0V { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15305;line-height:1.3;letter-spacing:0;top:24.28125rem;left:38.720838546753rem;height:0;font-style:normal;display:none; }
#VVcbovXlD1UmnifXTyM3KaVNuaLbEXUQ { color:#6a6234;display:block;width:1rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15315;line-height:1.3;letter-spacing:0;top:15.813542127609rem;left:36.500001907349rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#eNuHdKtwTWqL3hs9f2wAPhDZE1AqKlNw { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#gXbrT1DWMLJIGVCH8lbDB7aTD1OEUb3A { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#U7ZDmsxWsoQVm3hMSU2IseBGqRo0qd0U { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#mNUZTvnOJa6PPQy7bo11sm7JRsT0RC4Z { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#KhOOF3JGbchBXATW41cGzT8fWF5s3Fbk { color:rgba(var(--color-tertiary-1),1);display:block;width:0.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:30.875002622604rem;left:52.625005722046rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#LZR8AVGnAn0oI5ND3VO6lP22z0OfahvO { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#f1lNxnU1vcmIVpC01rHXtZ6GXpOTp72w { color:rgba(var(--color-tertiary-3),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:11.835937976837rem;left:8.938804626465rem;height:1.78645625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#To0ccvTXrwhdTPTiR62coTVcp0Rhelz4 { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#XItBFei7vxkkTT2BuFuwTU7HMG2buV31 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#yyUo47OdlT5G9muux2vTPFDo5U53S7p7 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#C78uC7A8LUZSX7apSC0N5OyHfT40Z7vq { box-sizing:content-box;height:5.6875rem;width:37.1875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:35.687500953674rem;left:16.4375rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#LW6HnRFETNWNGCq15lqweaFXfchT8grL { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#zysnqCad4Ak9xskxTferrlPamDKCFhsW { color:rgba(var(--color-tertiary-3),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15104;line-height:1.;letter-spacing:0;top:31.404950141907rem;left:17.875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#cEaowLpXZLZc9GDnQL3KThnylXq3w4ah { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#dI3oxNHh6nqTtlIDzU6Wr9yURne1Piff { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15333;opacity:1;top:9.68671810627rem;left:4.90625rem;display:none; }
#t0uX4ywv2hImNvRCrlgoQkNVhaJQfQ0D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15333;opacity:1;top:9.68671810627rem;left:4.90625rem;display:none; }
#JBaLd2EmFA2bNrQyvqy7i04khHBI897r { color:#29284f;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15102;line-height:1.1;letter-spacing:0;top:9.916015625rem;left:11.6845703125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Rap7bKZzdTeN4qWCAiD9iA1KZgXc3AmW { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#rUJAysXnBi8vZt1GLWwuWbEaSSTEEkJe { color:#29284f;display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15107;line-height:1.1;letter-spacing:0;top:37.6875rem;left:8.9375rem;height:3.0234375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#x93GKNx7xQxQUQxAIPQGbbZaFIfpCRhf { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15105;background-color:#ffffff;background-image:none;top:4.6232643127441rem;left:5.3750009536743rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#qUbZC3gesWZr2QhhSw7gfGTX8Pn4dW8b { box-sizing:content-box;height:4.375rem;width:8.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-size:auto !important;top:3.5546875rem;left:4.373046875rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#Z2arFs0ApRM89HOT44QlHXX61cLaBS7x { color:#29284f;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15102;line-height:1.1;letter-spacing:0;top:9.916015625rem;left:11.6845703125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#hi6XzRc6eHA1DK5BUA24wyGPTBtsdTgm { box-sizing:content-box;height:4.375rem;width:8.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-size:auto !important;top:3.5546875rem;left:4.373046875rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#Ffozs9612V4a1MtalnelL3ASBCq2TQ55 { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15105;background-color:#ffffff;background-image:none;top:4.6232643127441rem;left:5.3750009536743rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#SJFsvcEtDxdVX0DFMufwTsLFwyz8ZIQd { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#kzbSFwKbI9zraOTBKeTAZqT5SxW0yyNW { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#BSLu3zNkHqM0aLnZwvIFwztpuWeRPRiP { box-sizing:content-box;height:4.375rem;width:8.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-size:auto !important;top:3.5546875rem;left:4.373046875rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#Jh3r5ZTocT1iZr4xMERodtDdDcbP2Tvl { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15105;background-color:#ffffff;background-image:none;top:4.6232643127441rem;left:5.3750009536743rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#J2oAMAIPdCs8zvTnGQvkLN3gmkKEXuLv { position:absolute;display:block;z-index:15334;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.1875rem;width:25.25rem;top:6.125rem;left:9.3125rem;display:block; }
#gCDLuBfNrGXBZTxAeu3UTmdUz8zEwAFg { box-sizing:content-box;height:19.625rem;width:27.75rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(240,134,157,0.1), rgba(240,134,157,0.2));background-image: -moz-linear-gradient(180deg, rgba(240,134,157,0.1), rgba(240,134,157,0.2));background-image: -ms-linear-gradient(180deg, rgba(240,134,157,0.1), rgba(240,134,157,0.2));background-image: -o-linear-gradient(180deg, rgba(240,134,157,0.1), rgba(240,134,157,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d33' );";background-image: linear-gradient(180deg, rgba(240,134,157,0.1), rgba(240,134,157,0.2));background-size:auto !important;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;top:5.1875rem;left:8rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#UZrdkeXtBfiT8XdecngcB6uLT13SkSKM { position:absolute;display:block;z-index:15339;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:4.9375rem;top:4.3125rem;left:35.5625rem;overflow:hidden;display:block; }
#Izu39h47zcVQtvCmKK8XtrtwPNm2IImM { position:absolute;display:block;z-index:15343;border-bottom:0;border-left:0;border-right:0;border-top: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:10.25rem;width:6.875rem;top:2.625rem;left:3.236328125rem;overflow:hidden;display:block; }
#bJXa17EEQV5tSWD7VnR8nql0fCfBISZJ { position:absolute;display:block;z-index:15325;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0609375rem;width:6.0609375rem;top:13.801563262939rem;left:5.05078125rem;overflow:hidden;display:block; }
#dwLTBxvCNSglpBAiDrRDezNlE1T4TO10 { position:absolute;display:block;z-index:15336;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.1875rem;top:16.3310546875rem;left:1.46875rem;overflow:hidden;display:block; }
#ggFOOQ0R5mZJwkt2TSpHi7pMcO6hCJza { position:absolute;display:block;z-index:15335;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.1875rem;width:25.25rem;top:6.125rem;left:40.5rem;display:block; }
#c6tTxm0S0auzNnDTJODebATzaXDmD53R { position:absolute;display:block;z-index:15340;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.8125rem;top:4.6875rem;left:1.15625rem;overflow:hidden;display:block; }
#AGSxPmyuHMeUfkgLpDfSKhg5qoV88uff { box-sizing:content-box;height:0.0625rem;width:68.75rem;position:absolute;display:block;z-index:15356;background-color:#f0869d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.5625rem;left:3.125rem;display:block; }
#p5OOBv0MK6Od7BoB9Xll1K6W1cTMUKzm { box-sizing:content-box;height:19.625rem;width:27.75rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(240,134,157,0.1), rgba(240,134,157,0.2));background-image: -moz-linear-gradient(180deg, rgba(240,134,157,0.1), rgba(240,134,157,0.2));background-image: -ms-linear-gradient(180deg, rgba(240,134,157,0.1), rgba(240,134,157,0.2));background-image: -o-linear-gradient(180deg, rgba(240,134,157,0.1), rgba(240,134,157,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d33' );";background-image: linear-gradient(180deg, rgba(240,134,157,0.1), rgba(240,134,157,0.2));background-size:auto !important;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;top:5.15625rem;left:39.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#IxsflluOWKm3RzAKPTC4oi7GqtKtvTub { background-color:#ffffff;background-image:none;border-top:0.125rem solid #ffbe00;border-left:0.125rem solid #ffbe00;border-right:0.125rem solid #ffbe00;border-bottom:0.125rem solid #ffbe00;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: 0rem 0rem 0.5rem #ff5ded ;box-sizing:border-box;color:#8d004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mukta;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11.125rem;height:2.75rem;text-decoration:none;z-index:15303;text-align:center;text-align-last:center;top:20.9560546875rem;left:16.375rem;display:block; }
#DgrAwiE3auBQ1Oft5grRHPqpRMSIKteO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xQ2yNv6y1OGqW2e3fgBIOBUT7Hv6UXh6 { background-color:#ffffff;background-image:none;border-top:0.125rem solid #ffbe00;border-left:0.125rem solid #ffbe00;border-right:0.125rem solid #ffbe00;border-bottom:0.125rem solid #ffbe00;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: 0rem 0rem 0.5rem #ff5ded ;box-sizing:border-box;color:#8d004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mukta;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11.125rem;height:2.75rem;text-decoration:none;z-index:15304;text-align:center;text-align-last:center;top:20.9560546875rem;left:47.5625rem;display:block; }
#JJcabNdTm3BdSZ5rK6eGc3UwqH37tB71 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rz0xQzBSVIkxc7K4v9h8eqKJVbm0fNPd { position:absolute;display:block;z-index:15357;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:8.3125rem;top:16.3310546875rem;left:66.6875rem;overflow:hidden;display:block; }
#fJxA9f3p5i6mok5fL1KpMCKrwSpnDTkZ { position:absolute;display:block;z-index:15358;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:7.125rem;top:2.625rem;left:67.875rem;overflow:hidden;display:block; }
#g0gbkWAdpGRWiL5uDImHnVfZNmzExVVS { position:absolute;display:block;z-index:15358;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:10.5rem;top:6.125rem;left:64.5rem;overflow:hidden;display:block; }
#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { position:relative;display:block; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { background-color: transparent; background-image: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container > .video-iframe-container { display: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row > .video-iframe-container { display: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .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); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { border-width: 0; border-radius: 0; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#411751;background-image:none;font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#t9CTaU4Wi3s9vEcocSVSubrpe5gwbCOQ { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:3.8134765625rem;left:4.55859375rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MMhJek5eKuDaZfmfGDi614M31CLUahML { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:6.880859375rem;left:4.4951171875rem; }
#FZlJ4TcRf94T5goACqmcgExmabZAbX7b { color:rgba(var(--color-tertiary-0),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:2.1;letter-spacing:0;top:6.322265625rem;left:6.9326171875rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bGHaabNwGgTQcBOzKUXbT19TBIfiruaI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:9.3818359375rem;left:4.4951171875rem; }
#W9J1p7O8QOyKRqPdIEPTVd77ueUF9bcD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:12.0107421875rem;left:4.4951171875rem; }
#XkabWIIT1LcieRqlTHuTFIkJZHW5aT14 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:6.8505859375rem;left:50.017578125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IFnBAfkZ2oSxTib24Jw9nyouEEb6QXTV { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #db6402;border-left:0.0625rem solid #db6402;border-right:0.0625rem solid #db6402;border-bottom:0.0625rem solid #db6402;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.875rem rgba(255,162,0,0.5) ;box-sizing:border-box;color:#8d004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11.4375rem;height:2.75rem;text-decoration:none;z-index:15164;text-align:center;text-align-last:center;top:10.880859375rem;left:54.111328125rem;display:block; }
#nyTSk3vH5xdFofccPmi6J3dwdlJWI6tV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JKuDettBo5xJxzwThkPwpa1EHNo1F3WV { box-sizing:content-box;height:11.6875rem;width:28rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-size:auto !important;top:4.509765625rem;left:45.1220703125rem;border-top-left-radius:7.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#CVHoO9nzZiutPeKgVGGt0tO8spxiMWJg { position:absolute;display:block;z-index:15163;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:16rem;width:12.0625rem;top:0rem;left:34.2626953125rem;overflow:hidden;display:block; }
#JtW1mDaIBZ8qE8sMUDeApFIwqNc5gv2n { box-sizing:content-box;height:14rem;width:71.625rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -moz-linear-gradient(135deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -ms-linear-gradient(135deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -o-linear-gradient(135deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );";background-image: linear-gradient(135deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-size:auto !important;top:2.0087890625rem;left:1.6875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.12) ;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;display:block; }
#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#411751;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; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { background-color: transparent; background-image: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container > .video-iframe-container { display: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container { display: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .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); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { border-width: 0; border-radius: 0; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#pLCehRRsMbmwphxHdPw4cxmih4o3T5RI { color:#ffffff;display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:1.408203125rem;left:6.21484375rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HoGBJCquppmzPMOeDW896F6pCsKKkqhz { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:1.533203125rem;left:70.0625rem; }
#kaOuVoK3seoTazbVfCtIxhrdtIrbf88s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:14.9375rem;left:58.9375rem;display:none; }
#aQPJhFlXey9LPXDX39iafz4lFewzLZlN { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:1.861328125rem;left:9.7119140625rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DRMXUAqdrEZFuxyi3OgTlBMF51xTzFA4 { box-sizing:content-box;height:3.5625rem;width:71.4375rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -moz-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -ms-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -o-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );";background-image: linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-size:auto !important;top:0.625rem;left:1.775390625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;display:block; }
#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#411751;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; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { background-color: transparent; background-image: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container > .video-iframe-container { display: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container { display: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .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); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { border-width: 0; border-radius: 0; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:75rem;position:relative;display:block; }#aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { color:#ffbf0f;display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:0.875rem;left:6.25rem;height:1.8rem;font-style:normal;display:block; }
#bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { color:#ffffff;display:block;width:41.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:3.375rem;left:7.5000004768369rem;height:1.4622375rem;font-style:normal;display:block; }
#bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { color:#ffbf0f;display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:13.0625rem;left:6.375rem;height:1.8rem;font-style:normal;display:block; }
#yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { color:#ffffff;display:block;width:59.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:15.625rem;left:7.5rem;height:2.9236125rem;font-style:normal;display:block; }
#zivbItXiMQPJ37dloAEkEScWSkeTolBI { color:#ffbf0f;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:7rem;left:6.25rem;height:1.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.625rem;width:75rem;top:21.736328125rem;left:0rem;display:none; }
#kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.625rem;width:75rem;top:21.7802734375rem;left:0rem;display:none; }
#gq2BNt1RmV8hp9e8mZHO4R4L0947S627 { color:#ffbf0f;display:block;width:24.932625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:20.000000953674rem;left:6.25rem;height:1.79948125rem;font-style:normal;display:block; }
#qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { color:#ffffff;display:block;width:57.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:22.500000953674rem;left:7.4375rem;height:2.9236125rem;font-style:normal;display:block; }
#S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { color:#ffffff;display:block;width:42.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:9.5rem;left:7.5rem;height:1.4622375rem;font-style:normal;display:block; }
#a2LnyS24AEdbNc60G0wd0oWICIZfZOmk { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:41.5625rem;left:0rem;display:none; }
#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#411751;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; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { background-color: transparent; background-image: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container > .video-iframe-container { display: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container { display: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .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); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { border-width: 0; border-radius: 0; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#pDrdtnBDa334atxH44LJT6La8AQHkmM8 { color:#ffffff;display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:1.5564270019531rem;left:43.062501907349rem;height:1.13715rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Uc9sxKrBgA7aSoDxTfDm5RDvmEzEyueu { position:absolute;display:block;z-index:15017;background-color:#fefbe9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:14rem;top:7rem;left:0.5rem;display:none; }
#uGAwf9ueW81i9UypunQ6TwAFMBbGwvaU { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.25rem;left:6.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hwxBqZSZLIS2lnQxdaisDZV3Fo2KQwoH { box-sizing:content-box;height:3.5625rem;width:71.4375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -moz-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -ms-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -o-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );";background-image: linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-size:auto !important;top:0.25rem;left:1.75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;display:block; }
#EI5F66B3FExw1D4SOBLKThe27zC0sokw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#411751;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:none; }#EI5F66B3FExw1D4SOBLKThe27zC0sokw > .row .container { border-width: 0; border-radius: 0; }#EI5F66B3FExw1D4SOBLKThe27zC0sokw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EI5F66B3FExw1D4SOBLKThe27zC0sokw > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:none; }#DPD25uqaTU0vMO7BFsL3p8aao5adRkBb { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:2.4312515258789rem;left:48.500005722046rem;height:1.1375rem;font-style:normal;display:block; }
#NJbOR3bhcqhJ9DxCOVCw8quCHoes2De6 { position:absolute;display:block;z-index:15017;background-color:#fefbe9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:14rem;top:7rem;left:0.5rem;display:none; }
#FWT4keaztT9vp0MKJC5JZ93A2XsXw8Fl { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.125rem;left:6.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S2aQBKkdFPhwa9OaBfJ8TtqO2iuo5sHP { box-sizing:content-box;height:3.5625rem;width:71.4375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -moz-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -ms-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -o-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );";background-image: linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-size:auto !important;top:1.125rem;left:1.75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;display:block; }
#t1161572cdea9e894cfe0ce2b7a9b22d { border-top:0.0625rem solid #f0869d;border-left:0;border-right:0;border-bottom:0;background-color:#2e1b36;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; }#t1161572cdea9e894cfe0ce2b7a9b22d > .row .container { background-color: transparent; background-image: none; }#t1161572cdea9e894cfe0ce2b7a9b22d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1161572cdea9e894cfe0ce2b7a9b22d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1161572cdea9e894cfe0ce2b7a9b22d > .row .container > .video-iframe-container { display: none; }#t1161572cdea9e894cfe0ce2b7a9b22d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1161572cdea9e894cfe0ce2b7a9b22d > .row > .video-iframe-container { display: none; }#t1161572cdea9e894cfe0ce2b7a9b22d > .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); }#t1161572cdea9e894cfe0ce2b7a9b22d > .row .container { border-width: 0; border-radius: 0; }#t1161572cdea9e894cfe0ce2b7a9b22d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t1161572cdea9e894cfe0ce2b7a9b22d > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#fad115bbbb0ef81b491027da673b2d8f { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:3.125rem;left:5.9375rem;height:6rem;font-style:normal;display:block; }
#lfaf0fafeb12ffc785d4aecea909c6d6 { color:#e1dce3;display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:15.5625rem;left:5.9375rem;height:2.92448125rem;display:block; }
#e29148a053e0983ce3394c06c2b7d4f1 { color:#e1dce3;display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:26.5625rem;left:5.9375rem;height:3.89930625rem;display:block; }
#C3f21a3a04c331b27a28a6d613e49198 { color:#e1dce3;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:6.875rem;left:5.9375rem;height:1.94965rem;display:block; }
#d9a7c37b32dab6a025ec3f2df35bf5d4 { color:#ffbf0f;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:13.1875rem;left:5.9375rem;height:1.5rem;font-style:normal;display:block; }
#c9043458e49edd6bc60ce349e8d5b0df { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:22.9375rem;left:5.9375rem;height:3rem;font-style:normal;display:block; }
#ee4ee501d45e85b067a3338ac1c8b1a5 { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:8.330078125rem;left:24.0625rem;height:1.4625rem;font-style:normal;display:block; }
#a2dee6c4955f77362acdedd2d7e55a9b { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:11.6875rem;left:24.0625rem;height:1.4625rem;font-style:normal;display:block; }
#F4ff079b6d4cef873d6f5952273c1ed8 { color:#ffffff;display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:15.125rem;left:24.0625rem;height:1.4625rem;font-style:normal;display:block; }
#Z6bfc7bec4bfea520c922f87c0b08bf4 { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:18.662109375rem;left:24rem;height:1.4625rem;font-style:normal;display:block; }
#c9a471440235dcfa10b8e43a246664c1 { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:22.125rem;left:24rem;height:1.4625rem;font-style:normal;display:block; }
#Ef7d2f3dbc7b6b73b4451e42fe8e9ebb { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:16.0625rem;left:58.1875rem;height:1.3rem;font-style:normal;display:block; }
#e3a701a32187b312c93f4c8e2af1bdd0 { color:#e1dce3;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:18.875rem;left:58.1875rem;height:2.92448125rem;display:block; }
#Hdcc7b5312204e211bb29d52cdbf19b7 { box-sizing:content-box;height:30.375rem;width:0.0625rem;position:absolute;display:block;z-index:15001;background-color:#f0869d;background-image:none;top:1.65625rem;left:21.7783203125rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#V2cd7f7bff13a80be88f617f9f05cf93 { box-sizing:content-box;height:17.125rem;width:0.0625rem;position:absolute;display:block;z-index:15002;background-color:#f0869d;background-image:none;top:8.517578125rem;left:41.75rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#O261e9cabc9d93cf71610f4b74eac22c { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.25rem;top:3.125rem;left:1.40625rem;overflow:hidden;display:block; }
#X1e796944c2432c8c9fbedcb1c38810f { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:12.8125rem;left:0.65625rem;overflow:hidden;display:block; }
#fe61e371137bcf1f3f468aa69d4207a8 { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top: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:4rem;width:4rem;top:22.625rem;left:1.03125rem;overflow:hidden;display:block; }
#n8f492350c50a858f10f3ad4963c5d32 { color:#c9c1cc;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:9.4375rem;left:58.1875rem;height:1.70625rem;font-style:normal;display:block; }
#df2577929299ebca57706dbbd4b01b31 { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top: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:1.6875rem;width:1.6875rem;top:9.478515625rem;left:68.0625rem;overflow:hidden;display:block; }
#Feebf5b66d8f0018da4a9c23881655ab { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top: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:1.1875rem;width:1.6875rem;top:9.791015625rem;left:71.5rem;overflow:hidden;display:block; }
#d224eae04239cf8981d0746e77911fd6 { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:11.875rem;top:15.82421875rem;left:44.09375rem;overflow:hidden;display:block; }
#af9cf0b4ea8a92e86002b2cebbf315c0 { box-sizing:content-box;height:0.0625rem;width:32rem;position:absolute;display:block;z-index:15049;background-color:#f0869d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.8125rem;left:43rem;display:block; }
#eee4f28d0539ac3bdf22f7537cf6f477 { box-sizing:content-box;height:0.0625rem;width:20.625rem;position:absolute;display:block;z-index:15050;background-color:#f0869d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.625rem;left:0rem;display:block; }
#ceab3412d9988fa28300f04df26418b6 { box-sizing:content-box;height:0.0625rem;width:20.625rem;position:absolute;display:block;z-index:15051;background-color:#f0869d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:0rem;display:block; }
#d5e46650c4f8e94ee4fd496862d1031b { box-sizing:content-box;height:17.125rem;width:0.0625rem;position:absolute;display:block;z-index:15002;background-color:#f0869d;background-image:none;top:17.955078125rem;left:41.75rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#R4655cd3c629eecc0c10276a8f5d358b { box-sizing:content-box;height:17.125rem;width:0.0625rem;position:absolute;display:block;z-index:15002;background-color:#f0869d;background-image:none;top:17.955078125rem;left:41.75rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#a918702f2340d381cf581680e2954714 { box-sizing:content-box;height:17.125rem;width:0.0625rem;position:absolute;display:block;z-index:15002;background-color:#f0869d;background-image:none;top:17.955078125rem;left:41.75rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#desKQbediTyaMq9DJUPPSSvRotR2Tyt2 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#desKQbediTyaMq9DJUPPSSvRotR2Tyt2 { background-color: transparent; background-image: none; }#desKQbediTyaMq9DJUPPSSvRotR2Tyt2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#desKQbediTyaMq9DJUPPSSvRotR2Tyt2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#desKQbediTyaMq9DJUPPSSvRotR2Tyt2 > .row .container > .video-iframe-container { display: none; }#desKQbediTyaMq9DJUPPSSvRotR2Tyt2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#desKQbediTyaMq9DJUPPSSvRotR2Tyt2 > .row > .video-iframe-container { display: none; }#desKQbediTyaMq9DJUPPSSvRotR2Tyt2 > .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); }#desKQbediTyaMq9DJUPPSSvRotR2Tyt2 { border-width: 0; border-radius: 0; }#desKQbediTyaMq9DJUPPSSvRotR2Tyt2 > .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; }#desKQbediTyaMq9DJUPPSSvRotR2Tyt2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vrfSx8EiPLvRJMiE60q4qw1CxdCnURB4 { color:#d05042;display:block;width:13.0625rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:700;z-index:15162;line-height:1;letter-spacing:0;top:1.5625rem;left:58.0625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#IydaiCp6zLvw9nfx5HSLxdsVOhfHzCF5 { color:#d05042;display:block;width:13.0625rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:700;z-index:15162;line-height:1;letter-spacing:0;top:1.5625rem;left:58.0625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#rzhZvpbtTD7ThOW44syJUGDE6TswhRo6 { color:#d05042;display:block;width:13.0625rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:700;z-index:15163;line-height:1;letter-spacing:0;top:2.46875rem;left:37.9375rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#o0TZfB7yrbnpdHAfISGORiQOfrLEP7BB { box-sizing:content-box;height:9.0625rem;width:28.0625rem;position:absolute;display:block;z-index:15160;background-color:transparent;background-image: -webkit-linear-gradient(119deg, #9b4ca0, #58195d);background-image: -moz-linear-gradient(119deg, #9b4ca0, #58195d);background-image: -ms-linear-gradient(119deg, #9b4ca0, #58195d);background-image: -o-linear-gradient(119deg, #9b4ca0, #58195d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b4ca0', endColorstr='#58195d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b4ca0', endColorstr='#58195d' );";background-image: linear-gradient(119deg, #9b4ca0, #58195d);background-size:auto !important;top:0.625rem;left:43.4345703125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.1875rem solid rgba(251,203,253,0.48);border-left:0.1875rem solid rgba(251,203,253,0.48);border-right:0.1875rem solid rgba(251,203,253,0.48);border-bottom:0.1875rem solid rgba(251,203,253,0.48);box-shadow: 0rem 0rem 0.75rem rgba(188,30,116,0.22) ;display:block; }
#MOCLel1oxabTH6TO2PS6xzsBsrPTvIca { z-index:15165;top:6.1416015625rem;left:59.5rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.18) ;box-sizing:border-box;color:#355ba2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mukta;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.999375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Vui6toNZKL8Vc6bOtafUDEyN12QtArfz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NnQSJl2LKtc37zHU2bH07Xw2wE7rQ1eI { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:mukta;font-size:2.125rem;font-weight:400;z-index:15166;line-height:1.3;letter-spacing:0;top:1.3876953125rem;left:49.0322265625rem;height:5.5243rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IrJIcG5v4P04xvKWOuVVC0EpgmPf0CLM { color:#ffffff;display:block;width:22.3123125rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:300;z-index:15167;line-height:1.3;letter-spacing:0;top:3.962890625rem;left:49.46875rem;height:1.787325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IUuS1nQWbJyhukHfNT0MtFUbLTTVGzLh { position:absolute;display:block;z-index:15164;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.99935rem;width:5.99935rem;top:2.29296875rem;left:44.09765625rem;overflow:hidden;display:block; }
#Sipl9xKhcVTns3NISx4cIl11NwiP6Fsf { color:#ffffff;display:block;width:22.3123125rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:300;z-index:15167;line-height:1.3;letter-spacing:0;top:7.2113761901856rem;left:49.469619750976rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(60,53,62,0.5);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; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { background-color: transparent; background-image: none; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container > .video-iframe-container { display: none; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row > .video-iframe-container { display: none; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .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); }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { border-width: 0; border-radius: 0; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#tHBT2WT1zNmN5D82Cx8Gu4GAvbP6bmi0 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.124625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:1.0085220336914rem;left:1.9841976165771rem;height:0.8129875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TIfkXlaJcGtaummXydimTMNqrMzyCIvU { display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dzc3DSQTJgfOswW250qS9V6z7ofegn20 { top:1.4375rem;left:34rem;width:12.4375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGtrra5p8K3r51283msZA2w6rNTtNVK9 { display:block; }
 }@media only screen and (max-width: 763px) { #zMZNMhHxy3wN7Bx8Lap9QM6Ufk66mHTx { top:1.25rem;left:38.125rem;width:9.625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXKu6UOZ36gxHOGPvrI9eE9fWgX15tbi { top:0.75rem;left:0rem;width:5.1875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { display:block; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { top:9.3125rem;left:2.0824654698372rem;width:3.9375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { top:14.6875rem;left:1.6229169964791rem;width:1.4375rem;height:2.4375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { top:19.0625rem;left:1.3666675686836rem;width:2.625rem;height:2.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wAs5w00pLv82og5kacFPyHhxL0enehCG { top:19.125rem;left:47.5625rem;width:0.1875rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7TDU66WZ0IBC4WsE7QBexk4Eu2LvLNi { top:0rem;left:0rem;width:47.75rem;height:19.621733966746rem;display:none; }
 }@media only screen and (max-width: 763px) { #frKXL8bhlpQosgxaWZTDLtZcoPQnn9aP { top:15.0625rem;left:30.946090698243rem;width:4.6875rem;height:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g8T0OkNldqVMWVFOwe6xbVPbsLR7fEdy { top:9.125rem;left:21.8125rem;width:25.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqCrgT3x36H78IQLAkIV8zCKUcoFhckD { top:15.5625rem;left:0rem;width:19.875rem;height:1.625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ipE1ELEFXVwcI8xO9tfdpFNf5cKFTP6c { top:4.4375rem;left:0rem;width:22.8125rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3rmCTCfn1t0DAKTWFbq7lve5wiDTx4z { top:32.6875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #McfQSZLcJfzoFHWsEqMuui2aA6zQVVzG { top:4.5rem;left:0rem;width:22.6875rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsEpAOMKQJw2d73a4MDVZtde63OaLbyZ { top:5.25rem;left:0rem;width:22.6875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #peCluzs1tf4bSXe7qp8ET7IURz0yOqSg { top:25.375rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyZfLygH4aQqvCXGw7TdXIA5tLeawIFW { top:7.0625rem;left:18.3125rem;width:3.9375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvvVNbWHZzD4SGKrPc9WlVHPeXXW81LF { top:5.125rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRiiTx0SfTVrmUBBDXL6itbqyv3siIyF { top:14.875rem;left:30.8125rem;width:16.9375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNFmf1tV5E8vt2myvI63UKyWxwWWt4V3 { top:18.5rem;left:23.5625rem;width:24.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpnuZKUEqLbrB5P81iHhoCoUkJk7DsNL { display:block; }
 }@media only screen and (max-width: 763px) { #UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A { display:block; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5biVBtD5BwVek0LqDpyJAqlPmRmkShV { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tevmWfoF2WkG45paKVW0rDOIIEXPsKAv { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gwQ6ayTCSAUhvFlVnHHbOvG81gtIMgGy { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NpG62ucWzpqwBRtRkFtfUb4lViuWobGV { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #filS1OJhg0rTsdErZQS88vEv9ZcITQ6K { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C7BMGsPwaiKqqoU2F4tklAC3kLGcZ4BI { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SpL55ATxbaeSiHEn9czM2ZMHemAQt9Ms { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wMVna2nF4qC75yy171s5JL452X5qH8Af { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qia88x4yf6vb9WsUxwuuxLQfTK4148cO { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UEW21m9sDkSsga2kRhyfufvOG1GuPRED { top:6.25rem;left:0rem;width:30.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClrnqF2cC0vkpU2Tp4XAKgm0wyF36iRV { top:7.3125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGMnksyqtRU4W95wOwfmIwCUgkutD1Co { top:7.75rem;left:0rem;width:6.9375rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZsf1ngXTNIWk5LUvDudiDrOzaUsMoTU { top:31.5rem;left:25.312505722046rem;width:10.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZqTLE7O3zdNBLBbbhMQCpHbkU0wl45P { top:30.9375rem;left:26.312505722046rem;width:1.9375rem;height:8.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0LIhNPWfepwdRARaJzzx36xnRVGKsks { top:32.1875rem;left:30.250005722046rem;width:7.0625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJTun89pa6F22EsWHO1mf4KC2FvkvRNm { top:23.3125rem;left:22.263544082642rem;width:8.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQEcBXQdAT0Zx8nWqvTRP1VsdudDzbxu { top:22.875rem;left:23.031255722046rem;width:1.9375rem;height:4.1875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTvrwQxC4zMsDJhyXaGf0rUh3vZnTrIq { top:24.25rem;left:25.095838546753rem;width:5.625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQQJTMsOVK5etbbRD2tSndonS8SrbnIl { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #awRG7o2UG2RC663Qyr7BfovpGo3VX2Wt { top:28.0625rem;left:0rem;width:4.5rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZdsbyyOf4MAaaCGqOOOJFkEi6v4w7QPU { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTBNEgvPcRe0qNWlST4A6Z9u6cVyCFxx { top:37.9375rem;left:0rem;width:12.125rem;height:1.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GkFp80cqptmbB209yizSdy2tfAT4HkIL { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n5tGVxH2LEN79vKBrHmmVBIqnTPrS7xH { top:58.0625rem;left:0rem;width:11.6875rem;height:4.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xrWSKNsZd9cUq4tx6gawcq8iPWMqdFyy { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WkSE1W3GVGMpb7uaT3cLFuzockgWZOGw { top:1.375rem;left:0rem;width:17.625rem;height:2.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vztPXfzZK3ozLdzxLM6Ewffb5gGTE2nT { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4sFP7SKD5D1EPnLktFN9VxLm7EyZxyB { top:36.1875rem;left:0rem;width:13.0625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HXVZsL4HSTzTAmscqTsfqT8GOQmB7T5z { top:35.875rem;left:0rem;width:11.5625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VM7ZDz6Kp83xNOJo0PuVSWL6hcqnAnh1 { top:35.6875rem;left:2.8125rem;width:37.1875rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #anvaxFT2axyZveGN7SP38VLN254xN6Uf { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LzVUVlBeG3SnhTUy703HiuspXp40SLp2 { top:43.6875rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aPz6Tw17TwbUxXUv44VPseuDDvvEJvTS { top:30.1875rem;left:0rem;width:15.125rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ByX5Jpxh3BsxTg0Qdrlg6FJaO3Vo6DNq { top:7.5625rem;left:1.4560546875rem;width:18.3125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8SJNfn2Hhhkzk2Z2p86WqZ6KMBZ8O00 { top:37.4375rem;left:15.28125rem;width:18.0625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCpcuQneMsPOlbWksSXzKKIQJ7yP6ky2 { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZGCEspN2AEUpeb27QVXG7ITsWsCPK7Qy { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #GVZzFpzHL0r2kQmRC94GQW25ZFxNcnqM { top:9.6875rem;left:0rem;width:4.5625rem;height:2.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFcXJoGMQHiSyo9AMAdn0SOf392UJvFM { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZbQWOT17RwkPOi2TAM5bHkbTQp0Snld9 { top:44.75rem;left:0rem;width:15.375rem;height:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VhtJWTGQ4e7oddbyoSenN9RcOnzi80xM { top:12.3125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzaULJxhmXCvgtEhEifsZgZy2TnAp2D6 { top:7.5rem;left:0rem;width:0.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hru3i3Fi5aZD0ifKFJqQsX0pd99KAyRO { top:12.125rem;left:0rem;width:47.625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOEWgPWXZafdyQd3T7QRMF4VQxb0A3Zb { top:13.1875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC8mkykWTx0e9BmmqrEppxUIqEr4xHXt { top:13.375rem;left:0rem;width:0.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfy8tNN1nTnfTNk3eTGAzlTebdIFylKa { top:13.5625rem;left:0.05859375rem;width:14.625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeKGeKxi0Dwv6QCiP7vNSfQISc53T2lk { top:11.0625rem;left:0rem;width:6.5625rem;height:1.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hds2CLadEi5TaVPHJWm96eLrZzBwoXT5 { top:13rem;left:22.000001907349rem;width:21.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CePRzpAIutQfBdXsnvvkHr4JanuaWVwu { top:20.9375rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbAkWnk1LPDaZDwyz6XSxsf2XH7lWSLo { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rwqBxWi8DmJ7eQ7IR3zbxATVt5vDHohd { top:39.75rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry6nxtcybwMzmNrxkAc5s9br6mm6mGhb { top:19.125rem;left:4.8125rem;width:35.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDB0IIRCRPGsbxufGmiopClgNrZWRArl { top:25rem;left:10.625rem;width:5.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsFnb4pFXWfgmly3ZsRDx9wiypAWLObX { top:30.5625rem;left:15.6875rem;width:17.875rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx7us2NfUCvSVNSTRdSprI4JHtsCXudS { top:24.875rem;left:14.8125rem;width:9.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMOIkIFI3n0GHgW8teL9zPNKVxRW2vmn { top:30.375rem;left:27.625rem;width:19.9375rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvbSQGtC7qNapvzDpCsp72M26VXkcrUV { top:1.5625rem;left:0rem;width:21.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkd1oNtIwGOc24P3voncBZmuwcN7BTxt { top:1.1875rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHtHGnwNQRhbnilLRtOZO89xrwTw9iJm { top:19.625rem;left:35.3125rem;width:12.4375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt7TzwV8Aaz4qTa1vfZJV8Z375XWoFOs { display:block; }
 }@media only screen and (max-width: 763px) { #d2ahbd5g63HTVQXAE9mygbDK2BriH5sS { width:11.25rem;height:2.5rem;top:7.25rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxV4DTmiIIXTW59wHDMDIL3MpQx2Ot4m { display:block; }
 }@media only screen and (max-width: 763px) { #mykOwou2s98dyfMeZNDlzDGa6mZuru7g { top:8.3125rem;left:35.21875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEdrXmGAPEQQwTD5tfGDTAXhC0wL8QbI { top:7.3125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SLeptCtRn0hQcbn3TGiM9quvJQezMXEX { top:17.8125rem;left:1.5rem;width:39.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyTTBObhTkereulkvBHTpMTDBtekQuIq { top:18.875rem;left:2.5625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFIGg1zGnhXTSHbDoFamyNFWMolMkM0x { top:19.125rem;left:3.25rem;width:0.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lon6K94EDBqNZgkVng4OR6VmuOoaGzuH { top:18.5rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8OtUszylZRgeJudTuK1QaQZ6RlvmrTw { top:17.4375rem;left:35.0625rem;width:12.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG4DlhUcVweAQ50CXkuvCdTBIZ3rXCQT { top:23.5rem;left:6.375rem;width:19.9375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ5I8IRfGHUTAT6OHyGk0mRCaIfHEU6H { top:24.5625rem;left:7.4375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcyfhSab6AX4mMbnMd8f9KuLpsEIuGOf { top:24.8125rem;left:8.0625rem;width:0.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNAt4phiH80ioaZqC9Tk80iHTHLpNOa5 { top:24.375rem;left:3.09375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #At3KXK7xCJEixfM0ihhLIbER1DffTkF7 { top:30.5625rem;left:37.125rem;width:10.625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFpVaRXqX299ArBPNS2QRAWBzNA9O1GW { top:29.25rem;left:6.1875rem;width:41.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbIcfZlktZ1bQgCEceK68VSr4b5690pO { top:30.3125rem;left:12.5625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #grgIBC43FJkMhnTnI7agxCPJgg9wx3Nr { top:30.5625rem;left:13.1875rem;width:0.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ4XLNWcpoyHrHbgv82ACe8QmgpZmGUO { top:30.1875rem;left:8.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wARluhJuNzxv9GTXQgWLBqWKKKiEHhhC { top:13.125rem;left:14.6845703125rem;width:5.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDseydaZwDn1lzTwz9Q1dHOwAwaKUwJf { top:7.3125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #THevQBHJgfEzFS1D18rcbPJhAXh6wTh2 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vrmPrQUN6DlkyMTlothafrx2d3672XmR { top:7.3125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qeh6TWUtd2LI1LS7GmZ3Xe8AHN2Zhtax { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K0kNqzBJPnBz7ku7XTnlOprc3OxR5TrR { top:7.3125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OgJ289AlxNPg1ZHHunhrMiEI1geLJhQW { display:block; }#OgJ289AlxNPg1ZHHunhrMiEI1geLJhQW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tniqNp6bdHLG1Bmm8AhfPkZeCs0rxu27 { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XB0uWTGvp7rMX7Szn93mi3QJr1b5LJeQ { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IlhNI1iCo2RnuqiMKdX6hErBu5xaNgie { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zb3DEiplTvXTMB9P3zNwmwUqJai1n2nu { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xT4qsx0CJbDmpB1hx6iZMxdoddDXfJR5 { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pX36Jlny8CISL26mpoqNPptP2JR0NlJF { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RHJxD8dedpE6LEzSg2baLNNwpaGbp79P { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mat7MQuPIQrfIEE4zqA2gcHAtWRG72Wg { top:31.5rem;left:25.312505722046rem;width:10.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2CfWBLirifd6gxVJTML86tObT4XoDmk { top:30.9375rem;left:26.312505722046rem;width:1.9375rem;height:8.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5VXtKS5J2XQF6a1fHM2RDSLZwfdySx0 { top:32.1875rem;left:30.250005722046rem;width:7.0625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iaday1iAAe7IdwUphD0HT0TdeNcbxplF { top:23.3125rem;left:22.263544082642rem;width:8.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5JhT1FT2wePCwWoGRDm9KIKEZxu6lzN { top:22.875rem;left:23.031255722046rem;width:1.9375rem;height:4.1875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyAOQEXDT17GKvlEeLkiV6qQ128PokT4 { top:24.25rem;left:25.095838546753rem;width:5.625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbTCxr6y3pdpUSUEHTEkge65e9I1RyBG { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DVT4rhyQCC2544I2pOVrA2hunpz98fqd { top:28.0625rem;left:0rem;width:4.5rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MVDvaWr68WfAAPgbiAGTErzrTIsohMTv { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w6ZW1VxVLEhV9ovBFoVdLRvGeHLKamZH { top:37.9375rem;left:0rem;width:12.125rem;height:1.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zFDXr6mbkUlCakMIkMTghgkKNRuZ0E8p { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OpSuVdiRXZzbhfhX5flq9WLreuutt15q { top:58.0625rem;left:0rem;width:11.6875rem;height:4.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IWQm198eSwTbInToLvXXuD6bhJ8TdB2e { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #krPfDRr5o3xZxbPtUNFA9vCvgKtpRScl { top:1.375rem;left:0rem;width:17.625rem;height:2.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #erAE0dzmZmn6SlfvKe4A5EK1Bln3UtZ0 { top:36.1875rem;left:0rem;width:13.0625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N7akskrGGyZhSOnNoKrakAaSBAQQmiX3 { top:35.875rem;left:0rem;width:11.5625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #M2SVmNMTfJqVMcLOvbMfL2Tik6IRD2Wc { top:35.6875rem;left:2.8125rem;width:37.1875rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ewRhu1nogmiLk1UhCkPcPwZoAMxWI5l6 { top:43.6875rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VA0DmiF3VdTSXiAa785tRWT7rkHwMJS2 { top:30.1875rem;left:0rem;width:15.125rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Umh3VbAMzyLCXaRxDEtVhg1KhkdkzGRM { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #uMiNNy68Tl3B8A4SHw61TiqXcBrKX53b { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #ufZf3PWePVIp5qOiMvK5W1nFDlxhGPAa { top:9.6875rem;left:0rem;width:4.5625rem;height:2.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WT9Pr3wXqMLTNTDuHRt8NsfJ9Rz4ItQl { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zeZAHGnFp857ryyHXawTTaJhNelixCJ4 { top:44.75rem;left:0rem;width:15.375rem;height:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #psCXeUr1HNXcui3bOOa4JSIU5lHfs9et { top:11.0625rem;left:0rem;width:6.5625rem;height:1.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #P1hQIouulz9W0zPQRoVcl28NMyanSLGS { top:6.875rem;left:14.937500953674rem;width:9.8125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #myIpTDSBzffRTCyo3tKpLyRszbnunwPa { top:4.5rem;left:25.437500953674rem;width:7.375rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRB1H3psMtA7H20ovvoiHoNqafx5zxp3 { top:4.4375rem;left:25.875000953674rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCHxnNekgkNiCuucOz5iizmoGKzesT94 { top:5.625rem;left:0rem;width:25.25rem;height:14.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #feKTkqTZNngToe1HuHW5RJRScfMnUSIW { top:5.1875rem;left:0rem;width:26.0625rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJiVrbsDanviQdlcgnJkst5VZdr98sJS { top:5.1875rem;left:0rem;width:26.0625rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Go0syoTZJrFFuKCs9Fn199P0m7vIhnlP { width:9.5625rem;height:2rem;top:20.5625rem;left:4.2799453735351rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTkTV8tZ2J9Bpv6D4I2FnQyFnV8lqzoe { display:block; }
 }@media only screen and (max-width: 763px) { #RhnzVP8GMtJod2ePoa4UbasArk9DuG4u { top:17.5625rem;left:42.625rem;width:5.125rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dHM8QZIfdmqDKWTcSofyI5QXRylxurBQ { top:15.875rem;left:0rem;width:6rem;height:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GRH3Fl4ikIv397oABxWbTzVCV4DLozbE { top:13.75rem;left:0rem;width:6rem;height:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #moUZCIyIaHsg0ZNwJqCkH5WEyLXLLqMy { top:17.5625rem;left:42.625rem;width:5.125rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OHTNtqPtAnhVyMDZGXqSllEkfQH34N7d { top:5.1875rem;left:44.375rem;width:3.375rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u5IGJmkLEfKBAvqUasxkH43XWimZaucO { display:block; }#u5IGJmkLEfKBAvqUasxkH43XWimZaucO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCQNuT4UNCbZB3dfpxlbPBeX48ST9NC1 { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pnM2EHK0J72bRDnCm1SPiwqEE6F2kMFl { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZJ2iVDrm6cCmxeiV1DXdh8X9vclxcXsv { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RfclpTsKesHNM66DuqQkkxt12MkDD7BH { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QUzX8qKlk8TnVuDE1NplypoQr5bOS8Z7 { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kbkEXeVsnHpZ0twMFGhpwBrned9BkBLE { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mUTZZDJh4OAmyFLQBFqEiDmlGGTTLo8q { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2RvpxS6ZKV0OOeByhcDVPUfDTWXyc8S { top:31.5rem;left:25.312505722046rem;width:10.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQTlKh2K4Uc39imMI6qwrHwPKsrs7WQP { top:30.9375rem;left:26.312505722046rem;width:1.9375rem;height:8.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z76ZgfsTeI2QMDX8FNHiPTgfa1M7Ne00 { top:32.1875rem;left:30.250005722046rem;width:7.0625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvtK0BvaI4dWTwPPeZD87VtUILIQ7t6t { top:23.3125rem;left:22.263544082642rem;width:8.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZsenme4sUwDzB0I47eDfD26L7JNQuIo { top:22.875rem;left:23.031255722046rem;width:1.9375rem;height:4.1875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5Qo9I9vOcFieyfk3tLcPuOt0x1SRm0V { top:24.25rem;left:25.095838546753rem;width:5.625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVcbovXlD1UmnifXTyM3KaVNuaLbEXUQ { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eNuHdKtwTWqL3hs9f2wAPhDZE1AqKlNw { top:28.0625rem;left:0rem;width:4.5rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gXbrT1DWMLJIGVCH8lbDB7aTD1OEUb3A { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U7ZDmsxWsoQVm3hMSU2IseBGqRo0qd0U { top:37.9375rem;left:0rem;width:12.125rem;height:1.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mNUZTvnOJa6PPQy7bo11sm7JRsT0RC4Z { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KhOOF3JGbchBXATW41cGzT8fWF5s3Fbk { top:58.0625rem;left:0rem;width:11.6875rem;height:4.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LZR8AVGnAn0oI5ND3VO6lP22z0OfahvO { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #f1lNxnU1vcmIVpC01rHXtZ6GXpOTp72w { top:1.375rem;left:0rem;width:17.625rem;height:2.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #To0ccvTXrwhdTPTiR62coTVcp0Rhelz4 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XItBFei7vxkkTT2BuFuwTU7HMG2buV31 { top:36.1875rem;left:0rem;width:13.0625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yyUo47OdlT5G9muux2vTPFDo5U53S7p7 { top:35.875rem;left:0rem;width:11.5625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C78uC7A8LUZSX7apSC0N5OyHfT40Z7vq { top:35.6875rem;left:2.8125rem;width:37.1875rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LW6HnRFETNWNGCq15lqweaFXfchT8grL { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zysnqCad4Ak9xskxTferrlPamDKCFhsW { top:43.6875rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cEaowLpXZLZc9GDnQL3KThnylXq3w4ah { top:30.1875rem;left:0rem;width:15.125rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dI3oxNHh6nqTtlIDzU6Wr9yURne1Piff { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #t0uX4ywv2hImNvRCrlgoQkNVhaJQfQ0D { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #JBaLd2EmFA2bNrQyvqy7i04khHBI897r { top:9.6875rem;left:0rem;width:4.5625rem;height:2.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rap7bKZzdTeN4qWCAiD9iA1KZgXc3AmW { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rUJAysXnBi8vZt1GLWwuWbEaSSTEEkJe { top:44.75rem;left:0rem;width:15.375rem;height:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #x93GKNx7xQxQUQxAIPQGbbZaFIfpCRhf { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qUbZC3gesWZr2QhhSw7gfGTX8Pn4dW8b { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z2arFs0ApRM89HOT44QlHXX61cLaBS7x { top:11.0625rem;left:0rem;width:6.5625rem;height:1.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hi6XzRc6eHA1DK5BUA24wyGPTBtsdTgm { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ffozs9612V4a1MtalnelL3ASBCq2TQ55 { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SJFsvcEtDxdVX0DFMufwTsLFwyz8ZIQd { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kzbSFwKbI9zraOTBKeTAZqT5SxW0yyNW { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BSLu3zNkHqM0aLnZwvIFwztpuWeRPRiP { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jh3r5ZTocT1iZr4xMERodtDdDcbP2Tvl { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J2oAMAIPdCs8zvTnGQvkLN3gmkKEXuLv { top:6.125rem;left:0rem;width:25.25rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCDLuBfNrGXBZTxAeu3UTmdUz8zEwAFg { top:5.1875rem;left:0rem;width:27.75rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZrdkeXtBfiT8XdecngcB6uLT13SkSKM { top:4.3125rem;left:21.9375rem;width:4.9375rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Izu39h47zcVQtvCmKK8XtrtwPNm2IImM { top:2.625rem;left:0rem;width:6.875rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJXa17EEQV5tSWD7VnR8nql0fCfBISZJ { top:13.75rem;left:0rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwLTBxvCNSglpBAiDrRDezNlE1T4TO10 { top:16.3125rem;left:0rem;width:5.1875rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggFOOQ0R5mZJwkt2TSpHi7pMcO6hCJza { top:6.125rem;left:22.5rem;width:25.25rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6tTxm0S0auzNnDTJODebATzaXDmD53R { top:4.6875rem;left:0rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGSxPmyuHMeUfkgLpDfSKhg5qoV88uff { top:27.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5OOBv0MK6Od7BoB9Xll1K6W1cTMUKzm { top:5.125rem;left:19.875rem;width:27.75rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxsflluOWKm3RzAKPTC4oi7GqtKtvTub { width:11.125rem;height:2.75rem;top:20.9375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgrAwiE3auBQ1Oft5grRHPqpRMSIKteO { display:block; }
 }@media only screen and (max-width: 763px) { #xQ2yNv6y1OGqW2e3fgBIOBUT7Hv6UXh6 { width:11.125rem;height:2.75rem;top:20.9375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJcabNdTm3BdSZ5rK6eGc3UwqH37tB71 { display:block; }
 }@media only screen and (max-width: 763px) { #Rz0xQzBSVIkxc7K4v9h8eqKJVbm0fNPd { top:16.3125rem;left:39.4375rem;width:8.3125rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJxA9f3p5i6mok5fL1KpMCKrwSpnDTkZ { top:2.625rem;left:40.625rem;width:7.125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0gbkWAdpGRWiL5uDImHnVfZNmzExVVS { top:6.125rem;left:37.25rem;width:10.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { display:block; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9CTaU4Wi3s9vEcocSVSubrpe5gwbCOQ { top:3.8125rem;left:0rem;width:18rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMhJek5eKuDaZfmfGDi614M31CLUahML { top:6.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZlJ4TcRf94T5goACqmcgExmabZAbX7b { top:6.3125rem;left:0rem;width:27.3125rem;height:7.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGHaabNwGgTQcBOzKUXbT19TBIfiruaI { top:9.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9J1p7O8QOyKRqPdIEPTVd77ueUF9bcD { top:12rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkabWIIT1LcieRqlTHuTFIkJZHW5aT14 { top:6.8125rem;left:28.25rem;width:19.5rem;height:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFnBAfkZ2oSxTib24Jw9nyouEEb6QXTV { width:11.4375rem;height:2.75rem;top:10.875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyTSk3vH5xdFofccPmi6J3dwdlJWI6tV { display:block; }
 }@media only screen and (max-width: 763px) { #JKuDettBo5xJxzwThkPwpa1EHNo1F3WV { top:4.5rem;left:19.75rem;width:28rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVHoO9nzZiutPeKgVGGt0tO8spxiMWJg { top:0rem;left:20.6376953125rem;width:12.0625rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #JtW1mDaIBZ8qE8sMUDeApFIwqNc5gv2n { top:2rem;left:0rem;width:47.625rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy { display:block; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLCehRRsMbmwphxHdPw4cxmih4o3T5RI { top:1.375rem;left:0rem;width:2.8125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoGBJCquppmzPMOeDW896F6pCsKKkqhz { top:1.5rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaOuVoK3seoTazbVfCtIxhrdtIrbf88s { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQPJhFlXey9LPXDX39iafz4lFewzLZlN { top:1.8125rem;left:0rem;width:10.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRMXUAqdrEZFuxyi3OgTlBMF51xTzFA4 { top:0.625rem;left:0rem;width:47.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 { display:block; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { top:0.875rem;left:0rem;width:28.25rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { top:3.375rem;left:0rem;width:41.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { top:13.0625rem;left:0rem;width:43.875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { top:15.625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zivbItXiMQPJ37dloAEkEScWSkeTolBI { top:7rem;left:0rem;width:23.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { top:21.6875rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { top:21.75rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq2BNt1RmV8hp9e8mZHO4R4L0947S627 { top:20rem;left:0rem;width:24.875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { top:22.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { top:9.5rem;left:0rem;width:42.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2LnyS24AEdbNc60G0wd0oWICIZfZOmk { top:41.5625rem;left:0rem;width:19.9375rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP { display:block; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDrdtnBDa334atxH44LJT6La8AQHkmM8 { top:1.5rem;left:20.375rem;width:27.375rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc9sxKrBgA7aSoDxTfDm5RDvmEzEyueu { top:7rem;left:0rem;width:14rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uGAwf9ueW81i9UypunQ6TwAFMBbGwvaU { top:1.25rem;left:0rem;width:8.3125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwxBqZSZLIS2lnQxdaisDZV3Fo2KQwoH { top:0.25rem;left:0rem;width:47.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI5F66B3FExw1D4SOBLKThe27zC0sokw { display:none; }#EI5F66B3FExw1D4SOBLKThe27zC0sokw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DPD25uqaTU0vMO7BFsL3p8aao5adRkBb { top:2.3125rem;left:0rem;width:15.8125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJbOR3bhcqhJ9DxCOVCw8quCHoes2De6 { top:7rem;left:0rem;width:14rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FWT4keaztT9vp0MKJC5JZ93A2XsXw8Fl { top:2.125rem;left:0rem;width:8.3125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2aQBKkdFPhwa9OaBfJ8TtqO2iuo5sHP { top:1.125rem;left:0rem;width:47.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1161572cdea9e894cfe0ce2b7a9b22d { display:block; }#t1161572cdea9e894cfe0ce2b7a9b22d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fad115bbbb0ef81b491027da673b2d8f { top:3.125rem;left:1.375rem;width:14.0625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfaf0fafeb12ffc785d4aecea909c6d6 { top:15.5625rem;left:1.375rem;width:13.5rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e29148a053e0983ce3394c06c2b7d4f1 { top:26.5625rem;left:1.375rem;width:13.9375rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3f21a3a04c331b27a28a6d613e49198 { top:6.875rem;left:1.375rem;width:12.5rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9a7c37b32dab6a025ec3f2df35bf5d4 { top:13.1875rem;left:1.375rem;width:12.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9043458e49edd6bc60ce349e8d5b0df { top:22.9375rem;left:1.375rem;width:12.5rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee4ee501d45e85b067a3338ac1c8b1a5 { top:8.3125rem;left:11.125rem;width:4.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2dee6c4955f77362acdedd2d7e55a9b { top:11.6875rem;left:4.25rem;width:11.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4ff079b6d4cef873d6f5952273c1ed8 { top:15.125rem;left:10.4375rem;width:5.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6bfc7bec4bfea520c922f87c0b08bf4 { top:18.625rem;left:0rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9a471440235dcfa10b8e43a246664c1 { top:22.125rem;left:3.5625rem;width:12.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef7d2f3dbc7b6b73b4451e42fe8e9ebb { top:16.0625rem;left:35.125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3a701a32187b312c93f4c8e2af1bdd0 { top:18.875rem;left:31.375rem;width:16.25rem;height:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hdcc7b5312204e211bb29d52cdbf19b7 { top:1.625rem;left:15.8125rem;width:0.0625rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2cd7f7bff13a80be88f617f9f05cf93 { top:8.5rem;left:28.0625rem;width:0.0625rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O261e9cabc9d93cf71610f4b74eac22c { top:3.125rem;left:0rem;width:3.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1e796944c2432c8c9fbedcb1c38810f { top:12.8125rem;left:0rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe61e371137bcf1f3f468aa69d4207a8 { top:22.625rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8f492350c50a858f10f3ad4963c5d32 { top:9.4375rem;left:35.125rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #df2577929299ebca57706dbbd4b01b31 { top:9.4375rem;left:45.25rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Feebf5b66d8f0018da4a9c23881655ab { top:9.75rem;left:45.9375rem;width:1.6875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d224eae04239cf8981d0746e77911fd6 { top:15.8125rem;left:19.875rem;width:11.875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #af9cf0b4ea8a92e86002b2cebbf315c0 { top:12.8125rem;left:0rem;width:32rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eee4f28d0539ac3bdf22f7537cf6f477 { top:10.625rem;left:0rem;width:20.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceab3412d9988fa28300f04df26418b6 { top:20.4375rem;left:0rem;width:20.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5e46650c4f8e94ee4fd496862d1031b { top:17.9375rem;left:28.0625rem;width:0.0625rem;height:17.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4655cd3c629eecc0c10276a8f5d358b { top:17.9375rem;left:28.0625rem;width:0.0625rem;height:17.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a918702f2340d381cf581680e2954714 { top:17.9375rem;left:28.0625rem;width:0.0625rem;height:17.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #desKQbediTyaMq9DJUPPSSvRotR2Tyt2 { display:block; }#desKQbediTyaMq9DJUPPSSvRotR2Tyt2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vrfSx8EiPLvRJMiE60q4qw1CxdCnURB4 { top:1.5625rem;left:34.6875rem;width:13.0625rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IydaiCp6zLvw9nfx5HSLxdsVOhfHzCF5 { top:1.5625rem;left:34.6875rem;width:13.0625rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rzhZvpbtTD7ThOW44syJUGDE6TswhRo6 { top:2.4375rem;left:24.3125rem;width:13.0625rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #o0TZfB7yrbnpdHAfISGORiQOfrLEP7BB { top:0.625rem;left:19.3125rem;width:28.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOCLel1oxabTH6TO2PS6xzsBsrPTvIca { top:6.125rem;left:36.8125rem;width:10.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vui6toNZKL8Vc6bOtafUDEyN12QtArfz { display:block; }
 }@media only screen and (max-width: 763px) { #NnQSJl2LKtc37zHU2bH07Xw2wE7rQ1eI { top:1.375rem;left:24.6875rem;width:23.0625rem;height:5.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrJIcG5v4P04xvKWOuVVC0EpgmPf0CLM { top:3.9375rem;left:25.5rem;width:22.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUuS1nQWbJyhukHfNT0MtFUbLTTVGzLh { top:2.25rem;left:30.47265625rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sipl9xKhcVTns3NISx4cIl11NwiP6Fsf { top:3.3125rem;left:0rem;width:13.125rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD { display:block; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHBT2WT1zNmN5D82Cx8Gu4GAvbP6bmi0 { top:1rem;left:0rem;width:14.0625rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#411751;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #TIfkXlaJcGtaummXydimTMNqrMzyCIvU { background-color:#411751;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #f0869d;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { background-color: transparent; background-image: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .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); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { border-width: 0; border-radius: 0; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { top:1.0921859741211rem;left:16.498437464238rem;width:1.875rem;height:1.875rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Dzc3DSQTJgfOswW250qS9V6z7ofegn20 { top:1.4375rem;left:3.75rem;width:12.4375rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QGtrra5p8K3r51283msZA2w6rNTtNVK9 { display:block; }
 }@media only screen and (max-width: 763px) { #zMZNMhHxy3wN7Bx8Lap9QM6Ufk66mHTx { width:9.625rem;height:2.9375rem;top:1.25rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GXKu6UOZ36gxHOGPvrI9eE9fWgX15tbi { width:4.1875rem;height:2.75rem;top:0.53750002384186rem;left:7.9062505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { display:block; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { background-color: transparent; background-image: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container > .video-iframe-container { display: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container { display: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .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); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { border-width: 0; border-radius: 0; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { width:20rem;height:36.75rem;background-color:#411751;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { width:20rem;height:0;top:36.875rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { width:3.125rem;height:0;top:35.512501716614rem;left:11.816667377949rem;font-size:1rem;z-index:15290;display:none; }
 }@media only screen and (max-width: 763px) { #LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { width:2.625rem;height:0;top:24.051561117173rem;left:12.199217617512rem;font-size:1.4375rem;font-weight:700;font-style:normal;z-index:15291;display:none; }
 }@media only screen and (max-width: 763px) { #fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { width:3.625rem;height:0;top:87.286460876462rem;left:11.145833969116rem;font-size:1.125rem;font-weight:400;font-style:normal;z-index:15292;display:none; }
 }@media only screen and (max-width: 763px) { #wAs5w00pLv82og5kacFPyHhxL0enehCG { width:0.1875rem;height:1.25rem;top:34.8125rem;left:18rem;z-index:15316;display:none; }
 }@media only screen and (max-width: 763px) { #A7TDU66WZ0IBC4WsE7QBexk4Eu2LvLNi { width:10.375rem;height:4.0625rem;top:0.15625rem;left:9.6241322755812rem;z-index:14985;display:none; }
 }@media only screen and (max-width: 763px) { #frKXL8bhlpQosgxaWZTDLtZcoPQnn9aP { width:3.75rem;height:3.75rem;top:4.9062502384186rem;left:16.250001728535rem;z-index:14981;display:none; }
 }@media only screen and (max-width: 763px) { #g8T0OkNldqVMWVFOwe6xbVPbsLR7fEdy { width:20rem;height:4.5rem;top:20.25rem;left:0rem;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pqCrgT3x36H78IQLAkIV8zCKUcoFhckD { width:19.875rem;height:0;top:16.8125rem;left:0.0625rem;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.1;z-index:15293;text-align:center;text-align-last:center;text-shadow:0rem 0rem 0.5625rem #ffffff;color:#224f92;display:none; }
 }@media only screen and (max-width: 763px) { #ipE1ELEFXVwcI8xO9tfdpFNf5cKFTP6c { width:14.875rem;height:15rem;top:2.34375rem;left:2.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #u3rmCTCfn1t0DAKTWFbq7lve5wiDTx4z { width:16.875rem;height:0.0625rem;top:34.351563453674rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #McfQSZLcJfzoFHWsEqMuui2aA6zQVVzG { width:14.4375rem;height:14.4375rem;top:2.625rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsEpAOMKQJw2d73a4MDVZtde63OaLbyZ { width:16.0625rem;height:13.9375rem;top:2.34375rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #peCluzs1tf4bSXe7qp8ET7IURz0yOqSg { width:2.5625rem;height:2.5625rem;top:15.6328125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyZfLygH4aQqvCXGw7TdXIA5tLeawIFW { width:2.8125rem;height:2.75rem;top:1.6953125rem;left:15.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvvVNbWHZzD4SGKrPc9WlVHPeXXW81LF { width:2.125rem;height:2.125rem;top:2.0078125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRiiTx0SfTVrmUBBDXL6itbqyv3siIyF { width:11.6875rem;height:1.625rem;top:26.226563453674rem;left:4.1562500596046rem;font-size:1.25rem;color:#f0869d;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uNFmf1tV5E8vt2myvI63UKyWxwWWt4V3 { top:29.289063453674rem;left:0.50000005960464rem;width:19rem;height:3.125rem;font-size:1.125rem;background-color:#ffffff;background-image:none;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #fpnuZKUEqLbrB5P81iHhoCoUkJk7DsNL { display:block; }
 }@media only screen and (max-width: 763px) { #UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A { display:block; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A { background-color: transparent; background-image: none; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container > .video-iframe-container { display: none; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row > .video-iframe-container { display: none; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .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); }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container { width:20rem;height:75.5625rem;background-color:#411751;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5biVBtD5BwVek0LqDpyJAqlPmRmkShV { width:20rem;height:0;top:26.4375rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #tevmWfoF2WkG45paKVW0rDOIIEXPsKAv { width:3.75rem;height:3.75rem;top:9.95263671875rem;left:-25.663818359375rem;z-index:15155;display:block; }
 }@media only screen and (max-width: 763px) { #gwQ6ayTCSAUhvFlVnHHbOvG81gtIMgGy { width:3.75rem;height:3.75rem;top:20.0625rem;left:-28.625rem;z-index:15156;display:block; }
 }@media only screen and (max-width: 763px) { #NpG62ucWzpqwBRtRkFtfUb4lViuWobGV { width:3.31145625rem;height:0;top:16.994791984558rem;left:11.285417377949rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15103;font-weight:700;font-style:normal;color:#2e4392;display:none; }
 }@media only screen and (max-width: 763px) { #filS1OJhg0rTsdErZQS88vEv9ZcITQ6K { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #C7BMGsPwaiKqqoU2F4tklAC3kLGcZ4BI { width:4.375rem;height:4.375rem;top:80.125rem;left:1.0625rem;z-index:15058;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SpL55ATxbaeSiHEn9czM2ZMHemAQt9Ms { width:4.375rem;height:4.375rem;top:80.6875rem;left:5.4375rem;z-index:15057;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wMVna2nF4qC75yy171s5JL452X5qH8Af { width:11.0625rem;height:0;top:22.254170179367rem;left:3.6000002026558rem;font-size:1.25rem;z-index:15291;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Qia88x4yf6vb9WsUxwuuxLQfTK4148cO { width:4.375rem;height:4.375rem;top:80rem;left:7.5625rem;z-index:15059;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UEW21m9sDkSsga2kRhyfufvOG1GuPRED { width:18.125rem;height:3.875rem;top:4.8875005245209rem;left:0.96875005960463rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #ClrnqF2cC0vkpU2Tp4XAKgm0wyF36iRV { width:2.1875rem;height:2.1875rem;top:9rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGMnksyqtRU4W95wOwfmIwCUgkutD1Co { width:7.25rem;height:1.5125rem;top:7.8154296875rem;left:6.125rem;font-size:1.375rem;text-align:justify;text-align-last:initial;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LZsf1ngXTNIWk5LUvDudiDrOzaUsMoTU { width:11.6875rem;height:3.1875rem;top:63.5rem;left:1.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #wZqTLE7O3zdNBLBbbhMQCpHbkU0wl45P { width:1.9375rem;height:0;top:47.140626907349rem;left:15.816667377949rem;font-size:3rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #M0LIhNPWfepwdRARaJzzx36xnRVGKsks { width:7.0625rem;height:0;top:49.187498092651rem;left:5.5000002980232rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bJTun89pa6F22EsWHO1mf4KC2FvkvRNm { width:10.0625rem;height:3.1875rem;top:45.1875rem;left:1.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #fQEcBXQdAT0Zx8nWqvTRP1VsdudDzbxu { width:2rem;height:0;top:44.5rem;left:2.6875rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #XTvrwQxC4zMsDJhyXaGf0rUh3vZnTrIq { width:7.3125rem;height:0;top:51.277346134186rem;left:6.34375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQQJTMsOVK5etbbRD2tSndonS8SrbnIl { width:2.4375rem;height:0;top:50.9375rem;left:16rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15316;color:#464019;display:none; }
 }@media only screen and (max-width: 763px) { #awRG7o2UG2RC663Qyr7BfovpGo3VX2Wt { width:4.5rem;height:0;top:40.6875rem;left:8.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15103;display:none; }
 }@media only screen and (max-width: 763px) { #ZdsbyyOf4MAaaCGqOOOJFkEi6v4w7QPU { width:14.875rem;height:0;top:42.148439884186rem;left:3.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15104;display:none; }
 }@media only screen and (max-width: 763px) { #oTBNEgvPcRe0qNWlST4A6Z9u6cVyCFxx { width:14.8125rem;height:0;top:42.9375rem;left:5.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #GkFp80cqptmbB209yizSdy2tfAT4HkIL { width:9.0625rem;height:0;top:39rem;left:5.5rem;font-size:1.375rem;text-align:right;text-align-last:right;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #n5tGVxH2LEN79vKBrHmmVBIqnTPrS7xH { width:14rem;height:0;top:61rem;left:3.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15118;display:none; }
 }@media only screen and (max-width: 763px) { #xrWSKNsZd9cUq4tx6gawcq8iPWMqdFyy { width:9.0625rem;height:0;top:38rem;left:5.5rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15142;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #WkSE1W3GVGMpb7uaT3cLFuzockgWZOGw { width:13.9375rem;height:0;top:0.915798664093rem;left:3.0312501192093rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#0a1258;line-height:1.1;z-index:15102;display:none; }
 }@media only screen and (max-width: 763px) { #vztPXfzZK3ozLdzxLM6Ewffb5gGTE2nT { width:18.375rem;height:11.8125rem;top:5.9609375rem;left:0.8125rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;z-index:14992;background-color:rgba(209,114,165,0.43);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #R4sFP7SKD5D1EPnLktFN9VxLm7EyZxyB { width:4.875rem;height:0;top:33.375003814698rem;left:4.2500002980232rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #HXVZsL4HSTzTAmscqTsfqT8GOQmB7T5z { width:8.125rem;height:0;top:33.375003814698rem;left:9.4416673779488rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15114;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #VM7ZDz6Kp83xNOJo0PuVSWL6hcqnAnh1 { width:4.25rem;height:3.6875rem;top:36.570835113526rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #anvaxFT2axyZveGN7SP38VLN254xN6Uf { width:18.375rem;height:17.3125rem;top:18.333984375rem;left:0.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14995;background-color:rgba(209,114,165,0.43);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #LzVUVlBeG3SnhTUy703HiuspXp40SLp2 { width:12.3125rem;height:0;top:36.198786020279rem;left:5.5000001192093rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15106;display:none; }
 }@media only screen and (max-width: 763px) { #aPz6Tw17TwbUxXUv44VPseuDDvvEJvTS { width:15.125rem;height:0;top:28.629169464111rem;left:5.0625002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;display:none; }
 }@media only screen and (max-width: 763px) { #ByX5Jpxh3BsxTg0Qdrlg6FJaO3Vo6DNq { width:10rem;height:2.9236125rem;top:9.904296875rem;left:6.125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #m8SJNfn2Hhhkzk2Z2p86WqZ6KMBZ8O00 { width:14.246125rem;height:1.16875rem;top:71.625rem;left:2.8759765625rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QCpcuQneMsPOlbWksSXzKKIQJ7yP6ky2 { display:flex;width:2.25rem;height:2.25rem;top:24.625rem;left:5.875rem;z-index:15334;display:none; }
 }@media only screen and (max-width: 763px) { #ZGCEspN2AEUpeb27QVXG7ITsWsCPK7Qy { display:flex;width:2.25rem;height:2.25rem;top:36.6875rem;left:9.625rem;z-index:15335;display:none; }
 }@media only screen and (max-width: 763px) { #GVZzFpzHL0r2kQmRC94GQW25ZFxNcnqM { width:6.5625rem;height:0;top:9.577392578125rem;left:12.75rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15105;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #lFcXJoGMQHiSyo9AMAdn0SOf392UJvFM { width:19.25rem;height:9.9375rem;top:35rem;left:0.96875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #ZbQWOT17RwkPOi2TAM5bHkbTQp0Snld9 { width:15.4358125rem;height:0;top:46.842041015625rem;left:2.281494140625rem;font-size:1rem;text-align:left;text-align-last:left;color:#172279;line-height:1;z-index:15109;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #VhtJWTGQ4e7oddbyoSenN9RcOnzi80xM { display:flex;width:2.5rem;height:2.5rem;top:12.3125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BzaULJxhmXCvgtEhEifsZgZy2TnAp2D6 { width:0.8125rem;height:1.5125rem;top:9.375rem;left:2.75rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#2e0a3f;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Hru3i3Fi5aZD0ifKFJqQsX0pd99KAyRO { width:19.875rem;height:4.375rem;top:12.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #BOEWgPWXZafdyQd3T7QRMF4VQxb0A3Zb { width:2.125rem;height:2.125rem;top:61.78255rem;left:1.2512969970703rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xC8mkykWTx0e9BmmqrEppxUIqEr4xHXt { width:0.8125rem;height:1.5125rem;top:25.625rem;left:2.75rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#2e0a3f;line-height:1.1;z-index:15355;display:block; }
 }@media only screen and (max-width: 763px) { #Lfy8tNN1nTnfTNk3eTGAzlTebdIFylKa { width:10.5625rem;height:3.02430625rem;top:19.9765625rem;left:5.3125rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DeKGeKxi0Dwv6QCiP7vNSfQISc53T2lk { width:6.5625rem;height:0;top:11.094970703125rem;left:3.0615234375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15106;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Hds2CLadEi5TaVPHJWm96eLrZzBwoXT5 { width:11.625rem;height:4.72395625rem;top:27.9375rem;left:5.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CePRzpAIutQfBdXsnvvkHr4JanuaWVwu { display:flex;width:1.5rem;height:1.5rem;top:20.9375rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FbAkWnk1LPDaZDwyz6XSxsf2XH7lWSLo { width:18.375rem;height:9.625rem;top:60.087890625rem;left:0.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14996;background-color:rgba(209,114,165,0.43);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rwqBxWi8DmJ7eQ7IR3zbxATVt5vDHohd { width:16.875rem;height:0.0625rem;top:74.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry6nxtcybwMzmNrxkAc5s9br6mm6mGhb { width:13.3125rem;height:6rem;top:38.21875rem;left:5.28125rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iDB0IIRCRPGsbxufGmiopClgNrZWRArl { width:5.75rem;height:1.375rem;top:54.6875rem;left:5.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.1;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CsFnb4pFXWfgmly3ZsRDx9wiypAWLObX { width:13.25rem;height:3.08680625rem;top:62.673828125rem;left:5.3125rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Hx7us2NfUCvSVNSTRdSprI4JHtsCXudS { width:9.6875rem;height:1.65rem;top:56.25rem;left:5.3125rem;font-size:1.5rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sMOIkIFI3n0GHgW8teL9zPNKVxRW2vmn { width:9.125rem;height:1.65rem;top:64.0625rem;left:9.3125rem;font-size:1.5rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pvbSQGtC7qNapvzDpCsp72M26VXkcrUV { width:14.75rem;height:1.625rem;top:1.83203125rem;left:4.125rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;color:#d3adc8;display:block; }
 }@media only screen and (max-width: 763px) { #Mkd1oNtIwGOc24P3voncBZmuwcN7BTxt { display:flex;width:1.8125rem;height:1.8125rem;top:1.75rem;left:1.5rem;font-size:1.25rem; }
 }@media only screen and (max-width: 763px) { #SHtHGnwNQRhbnilLRtOZO89xrwTw9iJm { top:48.3125rem;left:3.78125rem;width:12.4375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt7TzwV8Aaz4qTa1vfZJV8Z375XWoFOs { display:block; }
 }@media only screen and (max-width: 763px) { #d2ahbd5g63HTVQXAE9mygbDK2BriH5sS { width:11.25rem;height:2.5rem;top:13.7021484375rem;left:4.375rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #kxV4DTmiIIXTW59wHDMDIL3MpQx2Ot4m { display:block; }
 }@media only screen and (max-width: 763px) { #mykOwou2s98dyfMeZNDlzDGa6mZuru7g { display:flex;width:1.5rem;height:1.5rem;top:8.3125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AEdrXmGAPEQQwTD5tfGDTAXhC0wL8QbI { width:2.1875rem;height:2.1875rem;top:25.25rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #SLeptCtRn0hQcbn3TGiM9quvJQezMXEX { width:19.875rem;height:4.375rem;top:17.8125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #EyTTBObhTkereulkvBHTpMTDBtekQuIq { width:2.125rem;height:2.125rem;top:18.875rem;left:8.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RFIGg1zGnhXTSHbDoFamyNFWMolMkM0x { width:0.8125rem;height:1.5125rem;top:40.900390625rem;left:2.75rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#2e0a3f;line-height:1.1;z-index:15355;display:block; }
 }@media only screen and (max-width: 763px) { #Lon6K94EDBqNZgkVng4OR6VmuOoaGzuH { display:flex;width:2.5rem;height:2.5rem;top:18.5rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #R8OtUszylZRgeJudTuK1QaQZ6RlvmrTw { width:12.6875rem;height:1.35rem;top:46.3125rem;left:5.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rG4DlhUcVweAQ50CXkuvCdTBIZ3rXCQT { width:19.875rem;height:4.375rem;top:23.5rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #uJ5I8IRfGHUTAT6OHyGk0mRCaIfHEU6H { width:2.125rem;height:2.125rem;top:24.5625rem;left:8.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NcyfhSab6AX4mMbnMd8f9KuLpsEIuGOf { width:0.8125rem;height:1.5125rem;top:55.431640625rem;left:2.75rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#2e0a3f;line-height:1.1;z-index:15355;display:block; }
 }@media only screen and (max-width: 763px) { #WNAt4phiH80ioaZqC9Tk80iHTHLpNOa5 { display:flex;width:2.5rem;height:2.5rem;top:24.375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #At3KXK7xCJEixfM0ihhLIbER1DffTkF7 { width:10.625rem;height:1.375rem;top:65.869140625rem;left:5.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.1;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HFpVaRXqX299ArBPNS2QRAWBzNA9O1GW { width:19.875rem;height:4.4375rem;top:29.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #XbIcfZlktZ1bQgCEceK68VSr4b5690pO { width:2.125rem;height:2.125rem;top:30.3125rem;left:8.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #grgIBC43FJkMhnTnI7agxCPJgg9wx3Nr { width:0.8125rem;height:1.5125rem;top:64.20703125rem;left:2.75rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#2e0a3f;line-height:1.1;z-index:15355;display:block; }
 }@media only screen and (max-width: 763px) { #tQ4XLNWcpoyHrHbgv82ACe8QmgpZmGUO { display:flex;width:2.5rem;height:2.5rem;top:30.1875rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wARluhJuNzxv9GTXQgWLBqWKKKiEHhhC { width:5.5rem;height:1.5rem;top:23.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDseydaZwDn1lzTwz9Q1dHOwAwaKUwJf { width:2.1875rem;height:2.1875rem;top:63.806640625rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15107;display:block; }
 }@media only screen and (max-width: 763px) { #THevQBHJgfEzFS1D18rcbPJhAXh6wTh2 { width:18.375rem;height:6.375rem;top:53.1875rem;left:0.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14997;background-color:rgba(209,114,165,0.43);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vrmPrQUN6DlkyMTlothafrx2d3672XmR { width:2.1875rem;height:2.1875rem;top:55.0625rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #Qeh6TWUtd2LI1LS7GmZ3Xe8AHN2Zhtax { width:18.375rem;height:16.625rem;top:36.125rem;left:0.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14998;background-color:rgba(209,114,165,0.43);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #K0kNqzBJPnBz7ku7XTnlOprc3OxR5TrR { width:2.1875rem;height:2.1875rem;top:40.5rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15107;display:block; }
 }@media only screen and (max-width: 763px) { #OgJ289AlxNPg1ZHHunhrMiEI1geLJhQW { display:block; }#OgJ289AlxNPg1ZHHunhrMiEI1geLJhQW { background-color: transparent; background-image: none; }#OgJ289AlxNPg1ZHHunhrMiEI1geLJhQW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgJ289AlxNPg1ZHHunhrMiEI1geLJhQW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgJ289AlxNPg1ZHHunhrMiEI1geLJhQW > .row .container > .video-iframe-container { display: none; }#OgJ289AlxNPg1ZHHunhrMiEI1geLJhQW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgJ289AlxNPg1ZHHunhrMiEI1geLJhQW > .row > .video-iframe-container { display: none; }#OgJ289AlxNPg1ZHHunhrMiEI1geLJhQW > .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); }#OgJ289AlxNPg1ZHHunhrMiEI1geLJhQW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OgJ289AlxNPg1ZHHunhrMiEI1geLJhQW > .row .container { width:20rem;height:39.125rem;background-color:#411751;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tniqNp6bdHLG1Bmm8AhfPkZeCs0rxu27 { width:20rem;height:0;top:26.4375rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #XB0uWTGvp7rMX7Szn93mi3QJr1b5LJeQ { width:3.31145625rem;height:0;top:16.994791984558rem;left:11.285417377949rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15103;font-weight:700;font-style:normal;color:#2e4392;display:none; }
 }@media only screen and (max-width: 763px) { #IlhNI1iCo2RnuqiMKdX6hErBu5xaNgie { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #zb3DEiplTvXTMB9P3zNwmwUqJai1n2nu { width:4.375rem;height:4.375rem;top:80.125rem;left:1.0625rem;z-index:15058;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xT4qsx0CJbDmpB1hx6iZMxdoddDXfJR5 { width:4.375rem;height:4.375rem;top:80.6875rem;left:5.4375rem;z-index:15057;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pX36Jlny8CISL26mpoqNPptP2JR0NlJF { width:11.0625rem;height:0;top:22.254170179367rem;left:3.6000002026558rem;font-size:1.25rem;z-index:15291;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #RHJxD8dedpE6LEzSg2baLNNwpaGbp79P { width:4.375rem;height:4.375rem;top:80rem;left:7.5625rem;z-index:15059;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mat7MQuPIQrfIEE4zqA2gcHAtWRG72Wg { width:11.6875rem;height:3.1875rem;top:63.5rem;left:1.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #h2CfWBLirifd6gxVJTML86tObT4XoDmk { width:1.9375rem;height:0;top:47.140626907349rem;left:15.816667377949rem;font-size:3rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #F5VXtKS5J2XQF6a1fHM2RDSLZwfdySx0 { width:7.0625rem;height:0;top:49.187498092651rem;left:5.5000002980232rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iaday1iAAe7IdwUphD0HT0TdeNcbxplF { width:10.0625rem;height:3.1875rem;top:45.1875rem;left:1.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #k5JhT1FT2wePCwWoGRDm9KIKEZxu6lzN { width:2rem;height:0;top:44.5rem;left:2.6875rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #IyAOQEXDT17GKvlEeLkiV6qQ128PokT4 { width:7.3125rem;height:0;top:51.277346134186rem;left:6.34375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dbTCxr6y3pdpUSUEHTEkge65e9I1RyBG { width:2.4375rem;height:0;top:50.9375rem;left:16rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15316;color:#464019;display:none; }
 }@media only screen and (max-width: 763px) { #DVT4rhyQCC2544I2pOVrA2hunpz98fqd { width:4.5rem;height:0;top:40.6875rem;left:8.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15103;display:none; }
 }@media only screen and (max-width: 763px) { #MVDvaWr68WfAAPgbiAGTErzrTIsohMTv { width:14.875rem;height:0;top:42.148439884186rem;left:3.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15104;display:none; }
 }@media only screen and (max-width: 763px) { #w6ZW1VxVLEhV9ovBFoVdLRvGeHLKamZH { width:14.8125rem;height:0;top:42.9375rem;left:5.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #zFDXr6mbkUlCakMIkMTghgkKNRuZ0E8p { width:9.0625rem;height:0;top:39rem;left:5.5rem;font-size:1.375rem;text-align:right;text-align-last:right;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #OpSuVdiRXZzbhfhX5flq9WLreuutt15q { width:14rem;height:0;top:61rem;left:3.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15118;display:none; }
 }@media only screen and (max-width: 763px) { #IWQm198eSwTbInToLvXXuD6bhJ8TdB2e { width:9.0625rem;height:0;top:38rem;left:5.5rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15142;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #krPfDRr5o3xZxbPtUNFA9vCvgKtpRScl { width:13.9375rem;height:0;top:0.915798664093rem;left:3.0312501192093rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#0a1258;line-height:1.1;z-index:15102;display:none; }
 }@media only screen and (max-width: 763px) { #erAE0dzmZmn6SlfvKe4A5EK1Bln3UtZ0 { width:4.875rem;height:0;top:33.375003814698rem;left:4.2500002980232rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #N7akskrGGyZhSOnNoKrakAaSBAQQmiX3 { width:8.125rem;height:0;top:33.375003814698rem;left:9.4416673779488rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15114;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #M2SVmNMTfJqVMcLOvbMfL2Tik6IRD2Wc { width:4.25rem;height:3.6875rem;top:36.570835113526rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #ewRhu1nogmiLk1UhCkPcPwZoAMxWI5l6 { width:12.3125rem;height:0;top:36.198786020279rem;left:5.5000001192093rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15106;display:none; }
 }@media only screen and (max-width: 763px) { #VA0DmiF3VdTSXiAa785tRWT7rkHwMJS2 { width:15.125rem;height:0;top:28.629169464111rem;left:5.0625002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;display:none; }
 }@media only screen and (max-width: 763px) { #Umh3VbAMzyLCXaRxDEtVhg1KhkdkzGRM { display:flex;width:2.25rem;height:2.25rem;top:24.625rem;left:5.875rem;z-index:15334;display:none; }
 }@media only screen and (max-width: 763px) { #uMiNNy68Tl3B8A4SHw61TiqXcBrKX53b { display:flex;width:2.25rem;height:2.25rem;top:36.6875rem;left:9.625rem;z-index:15335;display:none; }
 }@media only screen and (max-width: 763px) { #ufZf3PWePVIp5qOiMvK5W1nFDlxhGPAa { width:6.5625rem;height:0;top:9.577392578125rem;left:12.75rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15105;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #WT9Pr3wXqMLTNTDuHRt8NsfJ9Rz4ItQl { width:19.25rem;height:9.9375rem;top:35rem;left:0.96875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #zeZAHGnFp857ryyHXawTTaJhNelixCJ4 { width:15.4358125rem;height:0;top:46.842041015625rem;left:2.281494140625rem;font-size:1rem;text-align:left;text-align-last:left;color:#172279;line-height:1;z-index:15109;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #psCXeUr1HNXcui3bOOa4JSIU5lHfs9et { width:6.5625rem;height:0;top:11.094970703125rem;left:3.0615234375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15106;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #P1hQIouulz9W0zPQRoVcl28NMyanSLGS { width:14.75rem;height:1.625rem;top:3.0625rem;left:2.625rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#d3adc8;display:block; }
 }@media only screen and (max-width: 763px) { #myIpTDSBzffRTCyo3tKpLyRszbnunwPa { width:7.375rem;height:6.6875rem;top:7rem;left:6.3125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #CRB1H3psMtA7H20ovvoiHoNqafx5zxp3 { width:6.75rem;height:6.75rem;top:7rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCHxnNekgkNiCuucOz5iizmoGKzesT94 { height:9.75rem;width:17.4375rem;top:17.833333015442rem;left:1.28125rem;z-index:15335;display:block; }
 }@media only screen and (max-width: 763px) { #feKTkqTZNngToe1HuHW5RJRScfMnUSIW { width:18.5rem;height:10.6875rem;top:17.364583015442rem;left:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-size:auto !important;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #pJiVrbsDanviQdlcgnJkst5VZdr98sJS { width:10.8125rem;height:3.6875rem;top:27.5625rem;left:4.625rem;box-shadow: none;background-color:#ffdc00;background-image:none;z-index:15008;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go0syoTZJrFFuKCs9Fn199P0m7vIhnlP { width:9.8125rem;height:2.25rem;top:28.052085876465rem;left:5.09375rem;font-size:1.25rem;z-index:15173;display:block; }
 }@media only screen and (max-width: 763px) { #HTkTV8tZ2J9Bpv6D4I2FnQyFnV8lqzoe { display:block; }
 }@media only screen and (max-width: 763px) { #RhnzVP8GMtJod2ePoa4UbasArk9DuG4u { width:2.8125rem;height:3rem;top:31.375rem;left:16rem;z-index:15349;display:block; }
 }@media only screen and (max-width: 763px) { #dHM8QZIfdmqDKWTcSofyI5QXRylxurBQ { width:3.125rem;height:3.125rem;top:29.6875rem;left:-47.5625rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #GRH3Fl4ikIv397oABxWbTzVCV4DLozbE { width:4.9375rem;height:4.9375rem;top:27.5625rem;left:-44.6875rem;z-index:15329;display:block; }
 }@media only screen and (max-width: 763px) { #moUZCIyIaHsg0ZNwJqCkH5WEyLXLLqMy { width:2.8125rem;height:3rem;top:13.687500953674rem;left:0.75rem;z-index:15350;display:block; }
 }@media only screen and (max-width: 763px) { #OHTNtqPtAnhVyMDZGXqSllEkfQH34N7d { width:3.375rem;height:3.625rem;top:34.375000953674rem;left:1.80078125rem;z-index:15348;display:block; }
 }@media only screen and (max-width: 763px) { #u5IGJmkLEfKBAvqUasxkH43XWimZaucO { display:none; }#u5IGJmkLEfKBAvqUasxkH43XWimZaucO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u5IGJmkLEfKBAvqUasxkH43XWimZaucO > .row .container { width:20rem;height:216.625rem;background-color:#f7e5ff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UCQNuT4UNCbZB3dfpxlbPBeX48ST9NC1 { width:20rem;height:0;top:26.4375rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #pnM2EHK0J72bRDnCm1SPiwqEE6F2kMFl { width:3.31145625rem;height:0;top:16.994791984558rem;left:11.285417377949rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15103;font-weight:700;font-style:normal;color:#2e4392;display:none; }
 }@media only screen and (max-width: 763px) { #ZJ2iVDrm6cCmxeiV1DXdh8X9vclxcXsv { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #RfclpTsKesHNM66DuqQkkxt12MkDD7BH { width:4.375rem;height:4.375rem;top:80.125rem;left:1.0625rem;z-index:15058;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QUzX8qKlk8TnVuDE1NplypoQr5bOS8Z7 { width:4.375rem;height:4.375rem;top:80.6875rem;left:5.4375rem;z-index:15057;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kbkEXeVsnHpZ0twMFGhpwBrned9BkBLE { width:11.0625rem;height:0;top:22.254170179367rem;left:3.6000002026558rem;font-size:1.25rem;z-index:15291;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #mUTZZDJh4OAmyFLQBFqEiDmlGGTTLo8q { width:4.375rem;height:4.375rem;top:80rem;left:7.5625rem;z-index:15059;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2RvpxS6ZKV0OOeByhcDVPUfDTWXyc8S { width:11.6875rem;height:3.1875rem;top:63.5rem;left:1.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #bQTlKh2K4Uc39imMI6qwrHwPKsrs7WQP { width:1.9375rem;height:0;top:47.140626907349rem;left:15.816667377949rem;font-size:3rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Z76ZgfsTeI2QMDX8FNHiPTgfa1M7Ne00 { width:7.0625rem;height:0;top:49.187498092651rem;left:5.5000002980232rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvtK0BvaI4dWTwPPeZD87VtUILIQ7t6t { width:10.0625rem;height:3.1875rem;top:45.1875rem;left:1.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #hZsenme4sUwDzB0I47eDfD26L7JNQuIo { width:2rem;height:0;top:44.5rem;left:2.6875rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #n5Qo9I9vOcFieyfk3tLcPuOt0x1SRm0V { width:7.3125rem;height:0;top:51.277346134186rem;left:6.34375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VVcbovXlD1UmnifXTyM3KaVNuaLbEXUQ { width:2.4375rem;height:0;top:50.9375rem;left:16rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15316;color:#464019;display:none; }
 }@media only screen and (max-width: 763px) { #eNuHdKtwTWqL3hs9f2wAPhDZE1AqKlNw { width:4.5rem;height:0;top:40.6875rem;left:8.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15103;display:none; }
 }@media only screen and (max-width: 763px) { #gXbrT1DWMLJIGVCH8lbDB7aTD1OEUb3A { width:14.875rem;height:0;top:42.148439884186rem;left:3.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15104;display:none; }
 }@media only screen and (max-width: 763px) { #U7ZDmsxWsoQVm3hMSU2IseBGqRo0qd0U { width:14.8125rem;height:0;top:42.9375rem;left:5.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #mNUZTvnOJa6PPQy7bo11sm7JRsT0RC4Z { width:9.0625rem;height:0;top:39rem;left:5.5rem;font-size:1.375rem;text-align:right;text-align-last:right;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #KhOOF3JGbchBXATW41cGzT8fWF5s3Fbk { width:14rem;height:0;top:61rem;left:3.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15118;display:none; }
 }@media only screen and (max-width: 763px) { #LZR8AVGnAn0oI5ND3VO6lP22z0OfahvO { width:9.0625rem;height:0;top:38rem;left:5.5rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15142;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #f1lNxnU1vcmIVpC01rHXtZ6GXpOTp72w { width:13.9375rem;height:0;top:0.915798664093rem;left:3.0312501192093rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#0a1258;line-height:1.1;z-index:15102;display:none; }
 }@media only screen and (max-width: 763px) { #To0ccvTXrwhdTPTiR62coTVcp0Rhelz4 { width:17.75rem;height:9.5rem;top:3.4609375rem;left:1.5885417461395rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #XItBFei7vxkkTT2BuFuwTU7HMG2buV31 { width:4.875rem;height:0;top:33.375003814698rem;left:4.2500002980232rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #yyUo47OdlT5G9muux2vTPFDo5U53S7p7 { width:8.125rem;height:0;top:33.375003814698rem;left:9.4416673779488rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15114;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #C78uC7A8LUZSX7apSC0N5OyHfT40Z7vq { width:4.25rem;height:3.6875rem;top:36.570835113526rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #LW6HnRFETNWNGCq15lqweaFXfchT8grL { width:17.6875rem;height:15.0625rem;top:15.436197280884rem;left:1.6197917461395rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #zysnqCad4Ak9xskxTferrlPamDKCFhsW { width:12.3125rem;height:0;top:36.198786020279rem;left:5.5000001192093rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15106;display:none; }
 }@media only screen and (max-width: 763px) { #cEaowLpXZLZc9GDnQL3KThnylXq3w4ah { width:15.125rem;height:0;top:28.629169464111rem;left:5.0625002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;display:none; }
 }@media only screen and (max-width: 763px) { #dI3oxNHh6nqTtlIDzU6Wr9yURne1Piff { display:flex;width:2.25rem;height:2.25rem;top:24.625rem;left:5.875rem;z-index:15334;display:none; }
 }@media only screen and (max-width: 763px) { #t0uX4ywv2hImNvRCrlgoQkNVhaJQfQ0D { display:flex;width:2.25rem;height:2.25rem;top:36.6875rem;left:9.625rem;z-index:15335;display:none; }
 }@media only screen and (max-width: 763px) { #JBaLd2EmFA2bNrQyvqy7i04khHBI897r { width:6.5625rem;height:0;top:9.577392578125rem;left:12.75rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15105;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Rap7bKZzdTeN4qWCAiD9iA1KZgXc3AmW { width:19.25rem;height:9.9375rem;top:35rem;left:0.96875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #rUJAysXnBi8vZt1GLWwuWbEaSSTEEkJe { width:15.4358125rem;height:0;top:46.842041015625rem;left:2.281494140625rem;font-size:1rem;text-align:left;text-align-last:left;color:#172279;line-height:1;z-index:15109;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #x93GKNx7xQxQUQxAIPQGbbZaFIfpCRhf { width:1.625rem;height:1.625rem;top:15.484376907349rem;left:0.68880212306975rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #qUbZC3gesWZr2QhhSw7gfGTX8Pn4dW8b { width:2.6875rem;height:2.8125rem;top:14.914064407349rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15077;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffb300, #ffe98d);background-image: -moz-linear-gradient(90deg, #ffb300, #ffe98d);background-image: -ms-linear-gradient(90deg, #ffb300, #ffe98d);background-image: -o-linear-gradient(90deg, #ffb300, #ffe98d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#ffe98d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#ffe98d' );";background-image: linear-gradient(90deg, #ffb300, #ffe98d);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Z2arFs0ApRM89HOT44QlHXX61cLaBS7x { width:6.5625rem;height:0;top:11.094970703125rem;left:3.0615234375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15106;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #hi6XzRc6eHA1DK5BUA24wyGPTBtsdTgm { width:2.6875rem;height:2.8125rem;top:32.604166030884rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15078;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffb300, #ffe98d);background-image: -moz-linear-gradient(90deg, #ffb300, #ffe98d);background-image: -ms-linear-gradient(90deg, #ffb300, #ffe98d);background-image: -o-linear-gradient(90deg, #ffb300, #ffe98d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#ffe98d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#ffe98d' );";background-image: linear-gradient(90deg, #ffb300, #ffe98d);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ffozs9612V4a1MtalnelL3ASBCq2TQ55 { width:1.625rem;height:1.625rem;top:33.217447280884rem;left:0.64973962306975rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15109;display:block; }
 }@media only screen and (max-width: 763px) { #SJFsvcEtDxdVX0DFMufwTsLFwyz8ZIQd { width:17.6875rem;height:11.4375rem;top:33.802083969116rem;left:1.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #kzbSFwKbI9zraOTBKeTAZqT5SxW0yyNW { width:17.25rem;height:7.125rem;top:48.72917175293rem;left:1.8750000596046rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #BSLu3zNkHqM0aLnZwvIFwztpuWeRPRiP { width:2.6875rem;height:2.8125rem;top:47.97917175293rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15079;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffb300, #ffe98d);background-image: -moz-linear-gradient(90deg, #ffb300, #ffe98d);background-image: -ms-linear-gradient(90deg, #ffb300, #ffe98d);background-image: -o-linear-gradient(90deg, #ffb300, #ffe98d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#ffe98d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#ffe98d' );";background-image: linear-gradient(90deg, #ffb300, #ffe98d);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Jh3r5ZTocT1iZr4xMERodtDdDcbP2Tvl { width:1.625rem;height:1.625rem;top:48.562507629394rem;left:0.56250005960464rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15110;display:block; }
 }@media only screen and (max-width: 763px) { #J2oAMAIPdCs8zvTnGQvkLN3gmkKEXuLv { height:11.237623762376rem;width:20rem;top:95.604171752931rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCDLuBfNrGXBZTxAeu3UTmdUz8zEwAFg { width:20rem;height:15.125rem;top:95.166671752931rem;left:0rem;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UZrdkeXtBfiT8XdecngcB6uLT13SkSKM { width:4.9375rem;height:7.75rem;top:4.3125rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Izu39h47zcVQtvCmKK8XtrtwPNm2IImM { width:6.875rem;height:10.25rem;top:57.10417175293rem;left:6.5625rem;z-index:15322;display:block; }
 }@media only screen and (max-width: 763px) { #bJXa17EEQV5tSWD7VnR8nql0fCfBISZJ { width:6rem;height:6rem;top:87.916671752931rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwLTBxvCNSglpBAiDrRDezNlE1T4TO10 { width:6rem;height:5.9375rem;top:80.729171752931rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggFOOQ0R5mZJwkt2TSpHi7pMcO6hCJza { height:11.237623762376rem;width:20rem;top:120.41667175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6tTxm0S0auzNnDTJODebATzaXDmD53R { width:5.8125rem;height:5.8125rem;top:60.10417175293rem;left:4.9203128814697rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGSxPmyuHMeUfkgLpDfSKhg5qoV88uff { width:20rem;height:0.0625rem;top:180.38542175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5OOBv0MK6Od7BoB9Xll1K6W1cTMUKzm { width:19.875rem;height:19.625rem;top:159.29167175293rem;left:0.0625rem;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IxsflluOWKm3RzAKPTC4oi7GqtKtvTub { width:11.125rem;height:2.75rem;top:181.69792175293rem;left:4.4375rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #DgrAwiE3auBQ1Oft5grRHPqpRMSIKteO { display:block; }
 }@media only screen and (max-width: 763px) { #xQ2yNv6y1OGqW2e3fgBIOBUT7Hv6UXh6 { width:11.125rem;height:2.75rem;top:185.69792175293rem;left:4.4375rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #JJcabNdTm3BdSZ5rK6eGc3UwqH37tB71 { display:block; }
 }@media only screen and (max-width: 763px) { #Rz0xQzBSVIkxc7K4v9h8eqKJVbm0fNPd { width:8.3125rem;height:7.4375rem;top:207.94792175293rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJxA9f3p5i6mok5fL1KpMCKrwSpnDTkZ { width:7.125rem;height:6.375rem;top:200.32292175293rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0gbkWAdpGRWiL5uDImHnVfZNmzExVVS { width:10.5rem;height:9.375rem;top:189.69792175293rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { background-color:#411751;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { background-color: transparent; background-image: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container > .video-iframe-container { display: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row > .video-iframe-container { display: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .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); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { border-width: 0; border-radius: 0; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9CTaU4Wi3s9vEcocSVSubrpe5gwbCOQ { width:13.8125rem;height:1.35rem;top:1.4622402191162rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MMhJek5eKuDaZfmfGDi614M31CLUahML { display:flex;width:0.99935rem;height:0.99935rem;top:3.3997402191162rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #FZlJ4TcRf94T5goACqmcgExmabZAbX7b { width:16.749125rem;height:5.51041875rem;top:3.0221357345581rem;left:2.6223959922791rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:2.;display:block; }
 }@media only screen and (max-width: 763px) { #bGHaabNwGgTQcBOzKUXbT19TBIfiruaI { display:flex;width:0.99935rem;height:0.99935rem;top:5.2122402191162rem;left:0.9375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #W9J1p7O8QOyKRqPdIEPTVd77ueUF9bcD { display:flex;width:0.99935rem;height:0.99935rem;top:7.0247402191163rem;left:0.9375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #XkabWIIT1LcieRqlTHuTFIkJZHW5aT14 { width:10.1875rem;height:3.67448125rem;top:11.833333969116rem;left:9.078125rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IFnBAfkZ2oSxTib24Jw9nyouEEb6QXTV { width:5.865625rem;height:1.36458125rem;top:15.8359375rem;left:8.9401044845581rem;font-size:0.875rem;color:#ffffff;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;background-color:#e69f1d;background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nyTSk3vH5xdFofccPmi6J3dwdlJWI6tV { display:block; }
 }@media only screen and (max-width: 763px) { #JKuDettBo5xJxzwThkPwpa1EHNo1F3WV { width:20rem;height:7.0625rem;top:10.962240219116rem;left:-0.061197876930237rem;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );";background-image: linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CVHoO9nzZiutPeKgVGGt0tO8spxiMWJg { width:7.3125rem;height:9.625rem;top:8.5221366882325rem;left:0.875rem;z-index:15057;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JtW1mDaIBZ8qE8sMUDeApFIwqNc5gv2n { width:20rem;height:17.75rem;top:0.25rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(0,0,0,0), rgba(240,134,157,0.7));background-image: -moz-linear-gradient(135deg, rgba(0,0,0,0), rgba(240,134,157,0.7));background-image: -ms-linear-gradient(135deg, rgba(0,0,0,0), rgba(240,134,157,0.7));background-image: -o-linear-gradient(135deg, rgba(0,0,0,0), rgba(240,134,157,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f0869db2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f0869db2' );";background-image: linear-gradient(135deg, rgba(0,0,0,0), rgba(240,134,157,0.7));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#411751;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { background-color: transparent; background-image: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container > .video-iframe-container { display: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container { display: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .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); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { border-width: 0; border-radius: 0; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLCehRRsMbmwphxHdPw4cxmih4o3T5RI { width:4.5625rem;height:1.78125rem;top:1.2395820617676rem;left:0.18750005960464rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #HoGBJCquppmzPMOeDW896F6pCsKKkqhz { display:flex;width:2rem;height:2rem;top:1.189453125rem;left:17.0595703125rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #kaOuVoK3seoTazbVfCtIxhrdtIrbf88s { display:flex;width:2.49895625rem;height:2.49895625rem;top:2.0124998092651rem;left:14.315625965595rem;z-index:15038;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQPJhFlXey9LPXDX39iafz4lFewzLZlN { width:10.6875rem;height:1.59375rem;top:1.2968788146973rem;left:3.995834171772rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #DRMXUAqdrEZFuxyi3OgTlBMF51xTzFA4 { width:20rem;height:2.625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 { background-color:#411751;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { background-color: transparent; background-image: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container > .video-iframe-container { display: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container { display: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .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); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { border-width: 0; border-radius: 0; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { width:18.5rem;height:1rem;top:1.75rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffbf0f;z-index:15017;line-height:1.0;display:block; }
 }@media only screen and (max-width: 763px) { #bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { width:17.3125rem;height:2.27430625rem;top:3.3125rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { width:18.25rem;height:2.39930625rem;top:11.9375rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { width:18.3125rem;height:4.5486125rem;top:14.875rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zivbItXiMQPJ37dloAEkEScWSkeTolBI { width:18.375rem;height:1.2rem;top:6.75rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffbf0f;z-index:15017;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { width:19.99925rem;height:2.62441875rem;top:13.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { width:19.9985625rem;height:2.6237rem;top:21.583478927613rem;left:0rem;background-color:#053b67;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #gq2BNt1RmV8hp9e8mZHO4R4L0947S627 { width:17.6875rem;height:1.2rem;top:22.25rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { width:17.75rem;height:4.5486125rem;top:24.6875rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { width:17.5rem;height:2.27430625rem;top:8.186195373535rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #a2LnyS24AEdbNc60G0wd0oWICIZfZOmk { top:31.748962402344rem;left:1.125rem;width:17.75rem;height:0;z-index:15024;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#053b67;display:none; }
 }@media only screen and (max-width: 763px) { #SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP { background-color:#411751;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;display:block; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { background-color: transparent; background-image: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container > .video-iframe-container { display: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container { display: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .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); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { border-width: 0; border-radius: 0; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDrdtnBDa334atxH44LJT6La8AQHkmM8 { width:15.8125rem;height:0;top:23.1396484375rem;left:3.15625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Uc9sxKrBgA7aSoDxTfDm5RDvmEzEyueu { width:12.5rem;height:0.125rem;top:8.6875rem;left:3.75rem;background-color:#fefbe9;background-image:none;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #uGAwf9ueW81i9UypunQ6TwAFMBbGwvaU { width:6.25rem;height:0;top:20.6669921875rem;left:1.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #hwxBqZSZLIS2lnQxdaisDZV3Fo2KQwoH { width:19.875rem;height:3.5625rem;top:19.515622998047rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EI5F66B3FExw1D4SOBLKThe27zC0sokw { background-color:#411751;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;display:block; }#EI5F66B3FExw1D4SOBLKThe27zC0sokw > .row .container { background-color: transparent; background-image: none; }#EI5F66B3FExw1D4SOBLKThe27zC0sokw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EI5F66B3FExw1D4SOBLKThe27zC0sokw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EI5F66B3FExw1D4SOBLKThe27zC0sokw > .row .container > .video-iframe-container { display: none; }#EI5F66B3FExw1D4SOBLKThe27zC0sokw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EI5F66B3FExw1D4SOBLKThe27zC0sokw > .row > .video-iframe-container { display: none; }#EI5F66B3FExw1D4SOBLKThe27zC0sokw > .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); }#EI5F66B3FExw1D4SOBLKThe27zC0sokw > .row .container { border-width: 0; border-radius: 0; }#EI5F66B3FExw1D4SOBLKThe27zC0sokw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EI5F66B3FExw1D4SOBLKThe27zC0sokw > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPD25uqaTU0vMO7BFsL3p8aao5adRkBb { width:15.8125rem;height:2.1111125rem;top:2.341796875rem;left:1.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NJbOR3bhcqhJ9DxCOVCw8quCHoes2De6 { width:12.5rem;height:0.125rem;top:8.6875rem;left:3.75rem;background-color:#fefbe9;background-image:none;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #FWT4keaztT9vp0MKJC5JZ93A2XsXw8Fl { width:6.25rem;height:1.38125rem;top:0.66015625rem;left:6.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #S2aQBKkdFPhwa9OaBfJ8TtqO2iuo5sHP { width:19.875rem;height:4.9375rem;top:0.080078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1161572cdea9e894cfe0ce2b7a9b22d { display:block; }#t1161572cdea9e894cfe0ce2b7a9b22d > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fad115bbbb0ef81b491027da673b2d8f { width:11.3125rem;height:4.5rem;top:1.0000000521541rem;left:7.5145831108094rem;font-size:0.75rem;font-family:mukta;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lfaf0fafeb12ffc785d4aecea909c6d6 { width:11.5625rem;height:2.4375rem;top:8.6854171082375rem;left:7.5rem;font-size:0.625rem;font-family:mukta;color:#e1dce3;display:block; }
 }@media only screen and (max-width: 763px) { #e29148a053e0983ce3394c06c2b7d4f1 { width:12.5rem;height:2.4375rem;top:14.744791917503rem;left:7.5rem;font-size:0.625rem;font-family:mukta;color:#e1dce3;display:block; }
 }@media only screen and (max-width: 763px) { #C3f21a3a04c331b27a28a6d613e49198 { width:12.5rem;height:1.625rem;top:3.2812501713634rem;left:7.5rem;font-size:0.625rem;font-family:mukta;color:#e1dce3;display:block; }
 }@media only screen and (max-width: 763px) { #d9a7c37b32dab6a025ec3f2df35bf5d4 { width:12.5rem;height:1.125rem;top:6.9510421082375rem;left:7.5rem;font-size:0.75rem;font-family:mukta;display:block; }
 }@media only screen and (max-width: 763px) { #c9043458e49edd6bc60ce349e8d5b0df { width:12.5rem;height:1.125rem;top:13.138542108238rem;left:7.5rem;font-size:0.75rem;font-family:mukta;display:block; }
 }@media only screen and (max-width: 763px) { #ee4ee501d45e85b067a3338ac1c8b1a5 { width:4.125rem;height:0.975rem;top:20.778126649559rem;left:1.9375000596046rem;font-size:0.75rem;text-align:left;text-align-last:left;font-family:mukta;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #a2dee6c4955f77362acdedd2d7e55a9b { width:7.0625rem;height:0.975rem;top:22.6875rem;left:1.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;font-family:mukta;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #F4ff079b6d4cef873d6f5952273c1ed8 { width:5.75rem;height:0.975rem;top:24.625000886619rem;left:1.9375000596046rem;font-size:0.75rem;text-align:left;text-align-last:left;font-family:mukta;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Z6bfc7bec4bfea520c922f87c0b08bf4 { width:11.8125rem;height:0.975rem;top:26.562500886619rem;left:1.9375000596046rem;font-size:0.75rem;text-align:left;text-align-last:left;font-family:mukta;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #c9a471440235dcfa10b8e43a246664c1 { width:7.125rem;height:0.975rem;top:28.437500886619rem;left:1.9375000596046rem;font-size:0.75rem;text-align:left;text-align-last:left;font-family:mukta;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ef7d2f3dbc7b6b73b4451e42fe8e9ebb { width:7.875rem;height:0.975rem;top:38.0625rem;left:1.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;font-family:mukta;display:block; }
 }@media only screen and (max-width: 763px) { #e3a701a32187b312c93f4c8e2af1bdd0 { width:18.0625rem;height:1.625rem;top:39.6875rem;left:1.3125rem;font-size:0.625rem;text-align:left;text-align-last:left;font-family:mukta;color:#e1dce3;display:block; }
 }@media only screen and (max-width: 763px) { #Hdcc7b5312204e211bb29d52cdbf19b7 { width:0.125rem;height:18.75rem;top:112.37395625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V2cd7f7bff13a80be88f617f9f05cf93 { width:18.75rem;height:0.0625rem;top:5.6291670128703rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O261e9cabc9d93cf71610f4b74eac22c { width:2.3125rem;height:2.5rem;top:1.8750001713634rem;left:2.254166662693rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1e796944c2432c8c9fbedcb1c38810f { width:4.75rem;height:4.75rem;top:6.6541700363156rem;left:1.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe61e371137bcf1f3f468aa69d4207a8 { width:2.875rem;height:2.875rem;top:13.936464309693rem;left:2.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8f492350c50a858f10f3ad4963c5d32 { width:8.3125rem;height:1.70625rem;top:45.45703125rem;left:2.5rem;font-size:1.3125rem;text-align:left;text-align-last:left;font-family:mukta;display:block; }
 }@media only screen and (max-width: 763px) { #df2577929299ebca57706dbbd4b01b31 { width:1.6875rem;height:1.6875rem;top:45.466796875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Feebf5b66d8f0018da4a9c23881655ab { width:1.6875rem;height:1.1875rem;top:45.7158203125rem;left:14.826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d224eae04239cf8981d0746e77911fd6 { width:9.0625rem;height:4.25rem;top:32.685418128967rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #af9cf0b4ea8a92e86002b2cebbf315c0 { width:20rem;height:0.0625rem;top:43.0732421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eee4f28d0539ac3bdf22f7537cf6f477 { width:20rem;height:0.0625rem;top:42.936461381614rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ceab3412d9988fa28300f04df26418b6 { width:20rem;height:0.0625rem;top:55.136458329856rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d5e46650c4f8e94ee4fd496862d1031b { width:18.75rem;height:0.0625rem;top:11.933333806694rem;left:0.67916685342787rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #R4655cd3c629eecc0c10276a8f5d358b { width:18.75rem;height:0.0625rem;top:18.683334283531rem;left:0.74166685342787rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #a918702f2340d381cf581680e2954714 { width:18.75rem;height:0.0625rem;top:31.183335237205rem;left:0.74166685342787rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #desKQbediTyaMq9DJUPPSSvRotR2Tyt2 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#desKQbediTyaMq9DJUPPSSvRotR2Tyt2 > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vrfSx8EiPLvRJMiE60q4qw1CxdCnURB4 { width:10.125rem;height:0;top:2.9775390625rem;left:11.40625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15163;display:none; }
 }@media only screen and (max-width: 763px) { #IydaiCp6zLvw9nfx5HSLxdsVOhfHzCF5 { width:10.125rem;height:0;top:2.4150390625rem;left:7.59375rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15164;display:none; }
 }@media only screen and (max-width: 763px) { #rzhZvpbtTD7ThOW44syJUGDE6TswhRo6 { width:13.0625rem;height:0;top:3.2275390625rem;left:8.46875rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15163;display:none; }
 }@media only screen and (max-width: 763px) { #o0TZfB7yrbnpdHAfISGORiQOfrLEP7BB { width:18.75rem;height:8.375rem;top:0.99782943725588rem;left:0.62500005960463rem;z-index:15161;display:block; }
 }@media only screen and (max-width: 763px) { #MOCLel1oxabTH6TO2PS6xzsBsrPTvIca { top:6.083984375rem;left:8.0685771107675rem;width:10.625rem;height:2.37413125rem;font-size:1.125rem;background-color:#ffffff;background-image:none;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #Vui6toNZKL8Vc6bOtafUDEyN12QtArfz { display:block; }
 }@media only screen and (max-width: 763px) { #NnQSJl2LKtc37zHU2bH07Xw2wE7rQ1eI { width:14.124375rem;height:3.736975rem;top:1.7026901245118rem;left:4.8854168057442rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrJIcG5v4P04xvKWOuVVC0EpgmPf0CLM { width:20rem;height:0;top:11.714423007812rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IUuS1nQWbJyhukHfNT0MtFUbLTTVGzLh { width:3.62413125rem;height:3.62413125rem;top:5.208984375rem;left:2.1864150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sipl9xKhcVTns3NISx4cIl11NwiP6Fsf { width:17.25rem;height:1.5434rem;top:3.6751251220703rem;left:1.3747830986977rem;font-size:1.1875rem;z-index:15168;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD { display:block; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHBT2WT1zNmN5D82Cx8Gu4GAvbP6bmi0 { width:14.0625rem;height:0.8125rem;top:0.6875rem;left:2.9375000596046rem;font-size:0.625rem;display:block; }
 }